setup.sh and installing on new system

This commit is contained in:
Karol Krzosa
2026-06-17 22:13:50 +02:00
parent 466220c7aa
commit bd9506a9be
5 changed files with 95 additions and 58 deletions

11
setup.sh Normal file
View File

@@ -0,0 +1,11 @@
SRC=$HOME/.dotfilesrepo
rm $HOME/.bashrc
rm $HOME/.profile
ln -sf $SRC/.bashrc $HOME/.bashrc
ln -sf $SRC/.vimrc $HOME/.vimrc
ln -sf $SRC/.profile $HOME/.profile
ln -sf $SRC/.config $HOME/.config
ln -sf $SRC/bin $HOME/bin
mkdir -p $HOME/.local/share/fonts
cp $SRC/.local/share/fonts/* $HOME/.local/share/fonts/.