config/install-all.sh
2025-12-09 13:41:36 -08:00

19 lines
499 B
Bash
Executable file

#!/bin/bash
set -e
git config --get remote.origin.url|fgrep -q bkuhn/config.git
if [ $? -ne 0 ]; then
echo "Run this in the actual directory where the Git checkout of the config is"
exit 1
fi
# Conkeror is a deprecated program
#/bin/ln -sf `pwd`/conkerorrc $HOME/.conkerorrc
/bin/ln -sf `pwd`/less/lesskey $HOME/.lesskey
if [ ! -d $HOME/.config ]; then
mkdir $HOME/.config
fi
/bin/ln -sf `pwd`/xfce/autostart $HOME/.config/autostart
/bin/ln -sf `pwd`/readline/inputrc $HOME/.inputrc