These are my dotfiles. Take anything you want, but at your own risk
You can get your copy of dotfiles by cloning the repo.
git clone https://github.com/vshalt/dotfiles
Once the repo is cloned, cd
into the folder.
In the packages
file there are the packages I use.
Install the packages.
Symlink the files to their respective location.
ln -s ~/path/to/dotfiles/tmux/.tmux.conf ~/.tmux.conf
Move the powerline
folder to /usr/share/powerline
or in .tmux.conf
change the location of the source
path to the corresponding path.
ln -s /path/to/dotfiles/nvim ~/.config/nvim
Next, open neovim and :PlugInstall
the plugins.
ln -s /path/to/dotfiles/sublime-text ~/.config/sublime-text-3
ln -s /path/to/dotfiles/redshift/redshift.conf ~/.config/redshift.conf
ln -s /path/to/dotfiles/awesome ~/.config/awesome
ln -s /path/to/dotfiles/doom.d ~/.doom.d