Skip to content

andornaut/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Personal dotfiles

ibm-dark-theme

Installation

  1. Install gog
  2. Run the following in a terminal:
gog repository add andornaut https://github.com/andornaut/dotfiles.git
gog apply

cat <<'EOF' >> ~/.bashrc
if [[ $- == *i* ]]; then
  # Only source additional customizations if the shell is interactive
  for f in ${HOME}/.bashrc.* ${HOME}/.bash_aliases; do
    if [[ ${f} != *.swp ]]; then
        source ${f}
    fi
  done
fi
EOF

Links