/dotfiles

Some dotfiles.

Primary LanguageShell

Dotfiles

Expects to clone inside $HOME or ~ directory.

Source these:

# ~/.zshrc
source ~/dotfiles/zsh/index.sh

# ~/.vim/vimrc
source ~/dotfiles/vim/index.vim

Copy these:

# pipe-boy
cp -r ~/dotfiles/misc/pipe-boy ~/.pipe-boy

# ranger
cp ~/dotfiles/misc/ranger/rc.conf ~/.config/ranger/

Zsh

Install through brew, apt, pacman, etc. Then run below, log out, log in.

chsh -s `which zsh` $YOUR_USERNAME

VimPlug

Follow directions in the VimPlug repo: create file ~/.vim/autoload/plug.vim and set contents to this. Open vim and run :PlugInstall.