unix-conf/script.sh

17 lines
360 B
Bash
Raw Permalink Normal View History

#!/bin/sh
2016-02-18 13:55:31 +00:00
# Emacs configuration
ln -f -s $(pwd)/.emacs.d $HOME/
2019-10-23 11:38:29 +00:00
if [ ! -e ${HOME}/.emacs.d/custom.el ]; then
touch ${HOME}/.emacs.d/custom.el
fi
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/