commit 04b4b68eb5074ed1280bc5ed8edff4c7e9820d26
parent 1b5d6981c6685567e62f83aba20423dd4d9eed7f
Author: Remy Noulin (Spartatek) <remy.noulin@spartatek.se>
Date: Sun, 16 Jul 2017 12:22:13 +0200
copy dotfiles to home folder
debian/3-home.sh | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
Diffstat:
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/debian/3-home.sh b/debian/3-home.sh
@@ -1,8 +1,12 @@
+cp ../dotfiles/.bash_aliases ~/
+cp ../dotfiles/.bashrc ~/
+cp ../dotfiles/.gdbinit ~/
+cp ../dotfiles/.gitconfig ~/
mkdir ~/.gittemplates
cp -R ../dotfiles/gittemplates/* ~/.gittemplates/
+cp ../dotfiles/.tmux.conf ~/
mkdir ~/.vim
cp -R ../dotfiles/vim/* ~/.vim/
-cp ../dotfiles/.tmux.conf ~/
cp ../dotfiles/.vimrc ~/
#install vim vundle
@@ -19,5 +23,5 @@ mkdir ~/.fluxbox
cp -R ../dotfiles/fluxbox/* ~/.fluxbox/
# mc
-mkdir ~/.mc
-cp -R ./dotfiles/mc/* ~/.mc/
+mkdir -p ~/.config/mc
+cp -R ../dotfiles/mc/* ~/.config/mc/