CygwinPortable

Configuration files to make Cygwin portable on a USB flash drive.

  • 所有者: ntmoe/CygwinPortable
  • 平台:
  • 許可證:
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

CygwinPortable

Configuration files to make Cygwin portable on a USB flash drive.

Setup

Let's assume that your USB flash drive is on E:.

  1. Install the PortableApps platform to your flash drive.

  2. Create a folder at E:\PortableApps\CygwinPortable.

  3. Download Cygwin and place setup.exe in the directory you just created. Rename it to cygwinConfig.exe (this allows you to run it without administrator privileges).

  4. Install Cygwin.

    • Set the root directory to E:\PortableApps\CygwinPortable.
    • Install for "Just me".
    • Set the local package directory to E:\PortableApps\CygwinPortable\packages.
    • Besides the defaults, install git, vim, source-highlight and the entire X11 category.
    • Do not create shortcuts when you get to the last screen of the install.
  5. Launch Cygwin-Terminal. Clone this repo into the root Cygwin directory:

     $ cd /
     $ git init
     $ git remote add origin git://github.com/ntmoe/CygwinPortable.git
     $ git pull origin master
    
  6. Link the portable-ized configuration files (and some handy scripts that I use) to their proper locations:

     $ cd ~
     $ rm .bashrc .minttyrc /etc/profile
     $ ln -s /Other/bashrc ~/.bashrc
     $ ln -s /Other/dircolors ~/.dircolors
     $ ln -s /Other/minttyrc ~/.minttyrc
     $ ln -s /Other/profile /etc/profile
     $ ln -s /Other/cyg-wrapper.sh /bin/cyg-wrapper.sh
     $ ln -s /Other/startSumatra.sh /bin/startSumatra.sh
    
  7. Now if you go to the PortableApps menu and refresh it, three Cygwin utilities should show up, those being:

    • Cygwin Setup
    • Cygwin Terminal
    • Start XWin Server
  8. If you want to set your USERNAME:

  • Go to App/CygwinPortable
  • Change line 23 in CygwinTerminal.bat and XWinServer.bat to your username.

主要指標

概覽
名稱與所有者ntmoe/CygwinPortable
主編程語言Shell
編程語言Shell (語言數: 3)
平台
許可證
所有者活动
創建於2012-10-16 18:27:21
推送於2020-12-19 14:38:56
最后一次提交2015-12-19 19:36:29
發布數0
用户参与
星數73
關注者數15
派生數21
提交數17
已啟用問題?
問題數4
打開的問題數4
拉請求數1
打開的拉請求數1
關閉的拉請求數2
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?