Desktop/setup.sh

14 lines
269 B
Bash
Raw Normal View History

2022-11-22 21:37:08 +01:00
# Get current directory
DOT=$(dirname -- "$( readlink -f -- "$0"; )";)
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/