Skip to content

fornullinbreak/dotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

My collection of dotfiles for vim, bash, git, and tmux.

Running init.sh will symlink $HOME/.{file} to $HOME/dotfiles/{file}, and back up the original in $HOME/dotfiles.bak/ as well as pull in all the vim plugin submodules.

Make sure that .bash_aliases is called from your .bashrc:

echo "if [ -f $HOME/.bash_aliases ]; then . $HOME/.bash_aliases; fi" >> ~/.bashrc

Configure git to use the global gitignore_global

git config --global core.excludesfile ~/.gitignore_global

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 93.3%
  • Shell 6.7%