summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2023-03-09 20:05:12 -0600
committerJeff Carr <[email protected]>2023-03-09 20:05:12 -0600
commit439fa2ae2f5bc8a69fd306679f20da57593df8c0 (patch)
tree777f3bb8911cc49016c111e884c1ecdf1d43f1bb
parentb0bc3d9370c281a791ab95497df17f2c55c49b59 (diff)
vimrc
Signed-off-by: Jeff Carr <[email protected]>
-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