sudo apt-get install zsh
chsh -s $(which zsh) # Restart computer for this to take effect.
sudo apt-get install git
Generate SSH keys Now you're ready to clone this.
If your terminal supports 256 colors, add the following line to ~/.localrc
:
SUPPORTCOLORS=1
Start with
git clone https://github.com/selimb/dotfiles.git ~/dotfiles
cd ~/dotfiles
To setup dotfiles:
scripts/bootstrap
To install software:
scripts/install
You will be prompted to confirm which ones you want to install unless you pass the -y
flag. This may take a while.
TODO
- Mathias Bynens and his lovely bash prompt
- Zach Holman and his bootstrapping script
- Paul Miller and his dotfiles structure