diff options
| author | Jeff Carr <[email protected]> | 2023-03-09 20:05:12 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2023-03-09 20:05:12 -0600 |
| commit | 439fa2ae2f5bc8a69fd306679f20da57593df8c0 (patch) | |
| tree | 777f3bb8911cc49016c111e884c1ecdf1d43f1bb | |
| parent | b0bc3d9370c281a791ab95497df17f2c55c49b59 (diff) | |
vimrc
Signed-off-by: Jeff Carr <[email protected]>
| -rw-r--r-- | Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |
