config/install-all.sh

16 lines
440 B
Bash
Raw Normal View History

#!/bin/bash
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
2025-12-09 11:37:57 -08:00
# Conkeror is a deprecated program
#/bin/ln -sf `pwd`/conkerorrc $HOME/.conkerorrc
2025-12-09 12:55:58 -08:00
/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