Config for my computer.
This directory uses a combination of GNU stow to position config in the $HOME directory (explanation here) and $XDG_CONFIG_HOME (set in .zshrc).
- Clone the repository, paying attention to exact ".dot-files" naming.
$ cd
$ git clone https://github.com/mulholio/dot-files .dot-files- Run the install script
$ ./install.shCustom bash scripts are stored in /bin. New files that get added here are automatically included in the PATH via this line in the zshrc:
export PATH="$PATH:$HOME/.dot-files/bin"Sometimes my terminal seems to have issues using italics within Tmux. This guide shows you how to fix it.