Adds tmux themes; remaps <Esc> binding; and more...
This commit is contained in:
parent
bd968db34a
commit
ccb74054be
4 changed files with 11 additions and 1 deletions
|
|
@ -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" && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue