Skip to content

Instantly share code, notes, and snippets.

@davidhund
Created January 4, 2017 11:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davidhund/9bae3d1fa870fa48757aba8c9c930f15 to your computer and use it in GitHub Desktop.
Save davidhund/9bae3d1fa870fa48757aba8c9c930f15 to your computer and use it in GitHub Desktop.
Babun shell op Windows
Babun: http://babun.github.io/
ZSH shell (als in *NIX)
- Dus `ls` en `cd` (geen dir..)
1. download en unpack
2. babun.bat
3. rename babun.bat -> babun.exe en toevoegen aan menubalk
4. babun.exe -> babun.bat
5. menubalk -> babun -> shift-click -> properties -> .exe -> .bat + icoon
6. git config --global user.name "your name"
7. git config --global user.email "your@reedbusiness.nl"
8. git config --global core.autocrlf true
9. nano ~/.zshrc -> `alias p="cd c:/projects/"` -> CTRL-X -> ENTER
10. theme: agnoster
11. DEFAULT_USER="hundd"
11. source ~/.zshrc
12. `p` -> C:\projects
cd C:\
mkdir powerline && cd powerline
git clone https://github.com/powerline/fonts.git
install een gewenst font uit die map. b.v. 'Hack'
rechtsklikken op Babun (mintty) scherm -> font -> Hack, 12pt
kopieren:
https://raw.githubusercontent.com/mavnn/mintty-colors-solarized/master/.minttyrc.dark
nano ~/.minttyrc
onderaan plakken, maar alle spaties verwijderen!
source ~/.minttyrc
evt. babun herstarten!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment