Windows 10 + cmder + zsh ================================== 只要設置完,就能在windows底下用bash+zsh來操作原來的windows10  Step 1 : 下載cmder Full version,並解壓縮 [cmder官網](http://cmder.net/) Step 2 : 打開 開發人員模式  Step 3 : 控制台,勾選 適用於Linux的Windows子系統  Step 4 : 打開WinStore,搜尋Ubuntu,並安裝Ubuntu,完成後啟動。  Step 5 : 進入Ubuntu建立帳密後,鍵入 sudo apt-get update,來取得遠端更新伺服器的套件檔案清單  Step 6 : 鍵入sudo apt-get upgrade,更新套件版本 Step 7 : 鍵入sudo apt-get install zsh,來安裝zsh套件 Step 8 : 鍵入sudo apt-get install git,安裝git套件 Step 9 : 鍵入 sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" , 安裝oh my zsh Step 10 : 打開cmder,按下win+alt+p (或打開setting設置), 選到Startup的Command line  直接進入bash:填入 %windir%\system32\bash.exe ~ -cur_console:p 直接進入zsh:填入 %windir%\system32\bash.exe ~ -c zsh -cur_console:p 預設是進入ubuntu系統,要切到win10,鍵入cd /mnt,就會到win10的我的電腦目錄了。 
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up