Adds tmux themes; remaps <Esc> binding; and more...

This commit is contained in:
William Carroll 2016-11-10 14:49:13 -05:00
parent bd968db34a
commit ccb74054be
4 changed files with 11 additions and 1 deletions

View file

@ -15,6 +15,7 @@ config_files=( \
for i in {0..3}; do
cf="${config_files[i]}"
echo "\"$cf\": "
if [ -f "$HOME/$cf" ] && [ ! -L "$HOME/$cf" ]; then
echo -n "Backing up $cf ... " && \
mv "$HOME/$cf" "$HOME/$cf.bak" && \