unix-conf/script.sh

14 lines
275 B
Bash
Raw Normal View History

#!/bin/sh
2016-02-18 13:55:31 +00:00
# Emacs configuration
ln -f -s $(pwd)/.emacs.d $HOME/
2017-01-27 10:13:52 +00:00
2018-07-30 09:06:44 +00:00
mkdir -p $HOME/.config
# Shell configurations
ln -f -s $(pwd)/.bashrc $HOME/
2018-07-30 09:06:44 +00:00
ln -f -s $(pwd)/fish $HOME/.config/
2018-07-30 09:06:44 +00:00
ln -f -s $(pwd)/alias.sh $HOME/.config/
ln -f -s $(pwd)/path.sh $HOME/.config/