Skip to content

santhoshsram/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  1. Clone the repo. Setup SSH access to GitHub or use HTTPS repo path.
git clone git@github.com:santhoshsram/dotfiles.git ~/dotfiles
  1. Create the following symlinks
ln -sf ~/dotfiles/bashrc ~/.bashrc
ln -sf ~/dotfiles/vim ~/.vim
ln -sf ~/dotfiles/vimrc ~/.vimrc
ln -sf ~/dotfiles/gitconfig ~/.gitconfig
ln -sf ~/dotfiles/screenrc ~/.screenrc
ln -sf ~/dotfiles/tmux.conf ~/.tmux.conf
ln -sf ~/dotfiles/ssh_config ~/.ssh/config
  1. Update ~/dotfiles/ssh_config with the right github username and identify file.

  2. Init and update the git submodules (mostly for vim pathogen). Some of the git submodule paths are SSH based and you may either need to setup SSH access to GitHub or manually update these submodule paths to their HTTPS equivalent.

cd ~/dotfiles/
git submodule init
git submodule update

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published