Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 790 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 790 Bytes

dotfiles

After cloning repo, run the following at the command line:

## Install oh my zsh: https://ohmyz.sh/
## Install powerline fonts: https://github.com/powerline/fonts
ln -s $HOME/dotfiles/.zshrc ~/
ln -s $HOME/dotfiles/.zprofile ~/

## In order to actually use the global gitignore
## git config --global core.excludesfile ~/.gitignore_global
ln -s $HOME/dotfiles/.gitignore_global ~/

## Install neovim: https://github.com/neovim/neovim/wiki/Installing-Neovim
## Install vim plug from: https://github.com/junegunn/vim-plug
## Run :PlugInstall in vim to install plugins
ln -s $HOME/dotfiles/.config/nvim ~/.config
ln -s $HOME/dotfiles/.config/i3 ~/.config
ln -s $HOME/dotfiles/.config/i3status ~/.config

ln -s $HOME/dotfiles/.Xresources ~/
ln -s $HOME/dotfiles/.xinitrc ~/