Skip to content

Latest commit

 

History

History
55 lines (36 loc) · 1.08 KB

File metadata and controls

55 lines (36 loc) · 1.08 KB

Selim's dotfiles

Preview

preview

First Steps

sudo apt-get install zsh
chsh -s $(which zsh)  # Restart computer for this to take effect.
sudo apt-get install git

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