Skip to content

keithpitty/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

In user's home directory the following are defined:

*  the .bashrc file contains one line:

. ~/bin/dotfiles/bashrc

*  the .bash_profile sources the .bashrc as follows:

if [ -f ~/.bashrc ]; then
  source ~/.bashrc
fi

In the user's .ssh directory a symbolic link to the ssh config using:

  ln -s ~/bin/dotfiles/ssh/config ~/.ssh/config
  
That is all.

About

Keith Pitty's dot files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published