Skip to content

DavidRagone/dotfiles

Repository files navigation

DavidRagone's dotfiles.

Usage

Clone repo

git clone https://github.com/DavidRagone/dotfiles.git

Delete your existing related files

For each of: .gitconfig, .oh-my-zsh/, .tmux.conf, .vimrc, .zprofile, .zshrc, either remove or rename (e.g. .gitconfig-old)

Symlink each of those files (or folder in the case of .oh-my-zsh/) to the dotfile repo

ln -s /actual-file ~/file-you-want-symlinked

Switch to zsh

chsh -s /bin/zsh

Install fonts

# clone
git clone https://github.com/powerline/fonts.git --depth=1
# install
cd fonts
./install.sh
# clean-up a bit
cd ..
rm -rf fonts

TODO

  • Write script for auto symlinking and intalling dependencies
  • Add install step for silver searcher?
  • Add rbenv & ruby-build

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published