dotfiles

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

Makefile (595B)


      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
      8 	mkdir -p ~/.config/keepassxc
      9 	cp keepassxc.ini ~/.config/keepassxc/keepassxc.ini
     10 	cp Xmodmap "${PREFIX}/wm-scripts/Xmodmap"
     11 	sudo cp no-wifi-powersave.conf /etc/NetworkManager/conf.d/no-wifi-powersave.conf
     12 	sudo systemctl restart NetworkManager
     13 	sudo cp 20-no-console-print.conf /etc/sysctl.d/20-no-console-print.conf