Skip to content

My personalised, portable unix shell configuration

Notifications You must be signed in to change notification settings

deltasierra/dotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

cd ~
git clone https://github.com/lqueryvg/dotfiles.git
cd dotfiles
./install
git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim
vim
:PluginInstall

Order of execution

  • ~/.zshrc (for interactive zsh shells)

    • ~/.my_zshrc
      • ~/dotfiles/my_functions.sh
      • ~/.my_profile.sh
        • ~/dotfiles/profile.d/*.sh
        • ~/dotfiles/local.d/*.sh
  • ~/.bash_profile (for interactive login bash shells, i.e. every window)

    • ~/dotfiles/my_functions.sh
    • exec_if_exists $HOME/homebrew/bin/zsh
    • source_if_exists $HOME/.bashrc
  • ~/.bashrc (for interactive non-login bash shells)

    • ~/dotfiles/my_functions.sh
    • ~/.my_profile.sh

About

My personalised, portable unix shell configuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 61.9%
  • Vim Script 34.3%
  • Haskell 2.3%
  • Python 1.5%