Desktop/setup.sh

12 lines
198 B
Bash
Raw Normal View History

2022-11-22 18:55:01 +01:00
# Bash
ln -sf $DOT/bash/.bash_logout $HOME/
ln -sf $DOT/bash/.profile $HOME/
ln -sf $DOT/bash/.bashrc $HOME/
# Etc
ln -sf $DOT/etc/.selected_editor $HOME/
# Git
ln -sf $DOT/git/.gitconfig $HOME/