/dotfiles

Primary LanguageShellMIT LicenseMIT

Selim’s dotfiles

First Steps

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.

256 color terminal

If your terminal supports 256 colors, add the following line to ~/.localrc:

SUPPORTCOLORS=1

Installation

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.

Local Settings and Profiles

TODO

Inspired from