Desktop/setup.sh

14 lines
269 B
Bash
Executable file

# Get current directory
DOT=$(dirname -- "$( readlink -f -- "$0"; )";)
# 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/