parent
b0bc3d9370
commit
439fa2ae2f
8
Makefile
8
Makefile
|
@ -6,11 +6,19 @@ check:
|
||||||
|
|
||||||
git:
|
git:
|
||||||
git clone https://git.wit.org/wit/bash.git ~/.config/wit/
|
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:
|
setup-bash:
|
||||||
echo ${WIT_USER}
|
echo ${WIT_USER}
|
||||||
cat bashrc/.bashrc >> ~/.bashrc
|
cat bashrc/.bashrc >> ~/.bashrc
|
||||||
|
|
||||||
|
setup-vim:
|
||||||
|
cp ~/.config/wit/vimrc ~/.config/
|
||||||
|
|
||||||
setup-apt:
|
setup-apt:
|
||||||
mv /etc/apt/sources.list /root/
|
mv /etc/apt/sources.list /root/
|
||||||
echo "deb http://mirrors.wit.com/debian/ sid main contrib non-free" > /etc/apt/sources.list
|
echo "deb http://mirrors.wit.com/debian/ sid main contrib non-free" > /etc/apt/sources.list
|
||||||
|
|
Loading…
Reference in New Issue