-
Notifications
You must be signed in to change notification settings - Fork 0
sajp/dotfiles
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Installation:
git clone git://github.com/sajp/dotfiles.git ~/dotfiles
Create symlinks, I will script this eventually:
ln -s ~/dotfiles/bashrc ~/.bashrc
ln -s ~/dotfiles/bashrc_common ~/.bashrc_common
ln -s ~/dotfiles/bashrc_prompt ~/.bashrc_prompt
ln -s ~/dotfiles/tmux.conf ~/.tmux.conf
ln -s ~/dotfiles/gitignore ~/.gitignore
ln -s ~/dotfiles/gitconfig ~/.gitconfig
ln -s ~/dotfiles/git-completion.bash ~/.git-completion.bash
Host Specific, make following file:
~/.bashrc_host
Added unique config, can also source specific configs:
# setup specific bashrc if it exists
if test -r "$HOME/dotfiles/bashrc_fzf"; then
source "$HOME/dotfiles/bashrc_fzf"
fi
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published