Skip to content

afinit/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 ~/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors