Skip to content

Instantly share code, notes, and snippets.

@ljepson
Created August 5, 2012 22:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ljepson/3267420 to your computer and use it in GitHub Desktop.
Save ljepson/3267420 to your computer and use it in GitHub Desktop.
Create symlinks for my dotfiles
#!/bin/bash
ln -s ~/git/dotfiles/bash_profile ~/.bash_profile;
ln -s ~/git/dotfiles/bashrc ~/.bashrc;
ln -s ~/git/dotfiles/inputrc ~/.inputrc;
ln -s ~/git/dotfiles/screenrc ~/.screenrc;
ln -s ~/git/dotfiles/vimrc ~/.vimrc;
ln -s ~/git/dotfiles/zshrc ~/.zshrc;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment