summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e707028..2f4d9ac 100644
--- a/Makefile
+++ b/Makefile
@@ -6,11 +6,19 @@ check:
git:
git clone https://git.wit.org/wit/bash.git ~/.config/wit/
+ git config pull.rebase false
+
+git-update:
+ cd ~/.config/wit/
+ git pull
setup-bash:
echo ${WIT_USER}
cat bashrc/.bashrc >> ~/.bashrc
+setup-vim:
+ cp ~/.config/wit/vimrc ~/.config/
+
setup-apt:
mv /etc/apt/sources.list /root/
echo "deb http://mirrors.wit.com/debian/ sid main contrib non-free" > /etc/apt/sources.list