Skip to content

mgrunberg/dotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mgrunberg Dot Files

These are config files to set up a system the way I like it.

Pre-requisites

apt install tmux
apt install zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

Installation

Run the following commands in your terminal.

git clone git://github.com/mgrunberg/dotfiles ~/.dotfiles
cd ~/.dotfiles
./bin/install

After installing, open a new terminal window to see the effects.

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 ~/.vim
unlink ~/.bash_aliases
unlink ~/.gemrc
unlink ~/.gitconfig
unlink ~/.gitignore
unlink ~/.gvimrc
unlink ~/.irbrc
unlink ~/.tmux.conf
unlink ~/.vimrc
unlink ~/.zshrc # careful here

Then open a new terminal window to see the effects.

About

config files for zsh, bash, completions, gem, git, irb, rails

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 92.6%
  • Vim Snippet 5.7%
  • Shell 1.2%
  • Ruby 0.5%