unix-conf/script.sh
Mikaël Capelle a5dc90cf8c Update.
2018-07-30 11:06:44 +02:00

14 lines
275 B
Bash
Executable File

#!/bin/sh
# Emacs configuration
ln -f -s $(pwd)/.emacs.d $HOME/
mkdir -p $HOME/.config
# Shell configurations
ln -f -s $(pwd)/.bashrc $HOME/
ln -f -s $(pwd)/fish $HOME/.config/
ln -f -s $(pwd)/alias.sh $HOME/.config/
ln -f -s $(pwd)/path.sh $HOME/.config/