dotfiles

regexghost dotfiles and scripts
git clone https://git.regexghost.com/dotfiles.git
Log | Files | Refs | README

Makefile (275B)


      1 PREFIX="${XDG_DATA_HOME}/regexghost"
      2 
      3 normal:
      4 	mkdir -p "${PREFIX}/terminal"
      5 	cp ls_aliases.sh "${PREFIX}/terminal/ls_aliases.sh"
      6 	cp autocompletion.bash "${PREFIX}/terminal/autocompletion.bash"
      7 	sudo cp 50-inateck-touchpad.conf /etc/X11/xorg.conf.d/50-inateck-touchpad.conf