From 5e3814f6664edcf0bb633d38ef7836dbf768b696 Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Sun, 12 Oct 2014 19:31:24 +0100 Subject: Configuration of CTRL-P --- install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'install.sh') diff --git a/install.sh b/install.sh index 20afd9e..95567e3 100755 --- a/install.sh +++ b/install.sh @@ -1,8 +1,8 @@ #!/bin/bash -dir=~/dotfiles # dotfiles directory -olddir=~/dotfiles_old # old dotfiles backup directory -files="bashrc vimrc vim zshrc xmodmap" # list of files/folders to symlink in homedir +dir=~/dotfiles +olddir=~/dotfiles_old +files="bashrc vimrc zshrc muttrc vim xmodmap" mkdir -p $olddir cd $dir -- cgit v1.2.3