Skip to content

quii/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My bootstrap

Add the following to .bashrc

for file in ~/.{bootstrap,exports,functions,inputrc,prompt}; do
  [ -r "$file" ] && [ -f "$file" ] && source "$file";
done;

then if it's the first time on a computer run bootstrap.sh. Run this again if you do a git pull or you change the contents of any of the files

Other setup gubbins

  • brew install thefuck

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published