systemSetup

system setup, configuration and dotfiles
git clone https://noulin.net/git/systemSetup.git
Log | Files | Refs | README | LICENSE

commit 1b5d6981c6685567e62f83aba20423dd4d9eed7f
parent f1ca652bb9399186a01849590befc7726f9d7d24
Author: Remy Noulin (Spartatek) <remy.noulin@spartatek.se>
Date:   Sun, 16 Jul 2017 12:12:23 +0200

add mkdir

debian/1-system.sh | 2 ++
debian/3-home.sh   | 6 +++++-
2 files changed, 7 insertions(+), 1 deletion(-)

Diffstat:
Mdebian/1-system.sh | 2++
Mdebian/3-home.sh | 6+++++-
2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/1-system.sh b/debian/1-system.sh @@ -15,6 +15,8 @@ pip install doitlive # lolcat gem install lolcat +cp ../dotfiles/webs.sh /usr/local/bin/ + # optional apt-get install p7zip-rar rar apt-get install -y --allow-unauthenticated easydoneit diff --git a/debian/3-home.sh b/debian/3-home.sh @@ -1,5 +1,6 @@ -cp ../dotfiles/webs.sh /usr/local/bin/ +mkdir ~/.gittemplates cp -R ../dotfiles/gittemplates/* ~/.gittemplates/ +mkdir ~/.vim cp -R ../dotfiles/vim/* ~/.vim/ cp ../dotfiles/.tmux.conf ~/ cp ../dotfiles/.vimrc ~/ @@ -10,10 +11,13 @@ git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim # in vim run :PluginInstall # i3 +mkdir ~/.i3 cp -R ../dotfiles/i3/* ~/.i3/ # fluxbox +mkdir ~/.fluxbox cp -R ../dotfiles/fluxbox/* ~/.fluxbox/ # mc +mkdir ~/.mc cp -R ./dotfiles/mc/* ~/.mc/