ericduran / dotfiles

Dotfiles managed with GNU Stow & scripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

Dotfiles managed with GNU Stow

Setup:

  • Mac: $ brew install stow
  • Linux: $ sudo apt-get install stow
git clone git://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh
git clone git@github.com:ericduran/dotfiles.git ~/dotfiles
cd dotfiles
stow home
stow tmux
stow git

# Change to zsh
chsh -s /bin/zsh

About

Dotfiles managed with GNU Stow & scripts

License:MIT License


Languages

Language:Shell 75.4%Language:CSS 11.3%Language:Vim Script 8.0%Language:Makefile 5.4%