Skip to content

richkettle/dotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Need to create a script to create symbolic links, but until then here are the ones we need to create

~/.gitconfig -> ~/bin/dotfiles/git/config
~/.gitignore -> ~/bin/dotfiles/git/ignore
~/.gitk -> ~/bin/dotfiles/git/gitk
~/.ssh/config -> ~/bin/dotfiles/ssh/config
~/.irbrc -> ~/bin/dotfiles/irb/rc
~/.railsrc -> ~/bin/dotfiles/rails/rc

Also need to edit .bashrc and .bash_profile

→ cat .bashrc
. ~/bin/dotfiles/bashrc
~ 
→ cat .bash_profile 
if [ -f "$HOME/.bashrc" ]; then
  . "$HOME/.bashrc"
fi

Copy ssh/config and .ec2 across

For fastscripts create osx alias (symlinks don't work) ~/Library/Scripts -> /usr/local/bin/dotfiles/osx/Scripts

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 89.4%
  • Shell 10.6%