Skip to content

schasse/dotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Schasse Dot Files

Forked from Ryan Bates' dotfiles and changed to my needs.

See also Oh My ZSH, Prelude and Tmux Plugins

Installation

Run the following commands in your terminal. It will prompt you before it does anything destructive. Check out the install_dotfiles script to see exactly what it does.

git clone git:https://github.com/schasse/dotfiles ~/.dotfiles
cd ~/.dotfiles
script/install_packages
script/install_dotfiles

Uninstall

To remove the dotfile configs, run the following commands. Be certain to double check the contents of the files before removing so you don't lose custom settings.

unlink ~/.zshrc
unlink ~/.tmux.conf
rm -rf ~/.tmux
rm -rf ~/.dotfiles
rm -rf ~/.oh-my-zsh
rm -rf ~/.emacs.d
chsh -s /bin/bash # change back to Bash if you want

Then open a new terminal window to see the effects.

About

zsh, tmux and emacs configs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Shell 55.9%
  • Emacs Lisp 34.2%
  • Ruby 9.9%