remove remaining cruft

This commit is contained in:
randomuser 2023-07-10 22:03:38 -05:00
parent 5fbcf59f11
commit 2bf111ba8b
2 changed files with 0 additions and 41 deletions

View File

@ -1,39 +0,0 @@
LOCATION="$(HOME)/.config"
DATA="$(HOME)/.local/share"
install_local: location_setup install_theme install_bspwm install_nvim install_sx install_sxhkd install_zathura install_bash install_ssh install_git install_tridactyl install_htop install_python
firefox: .firefox_env
install: .environment
location_setup:
mkdir -p $(LOCATION)/
install_theme:
mkdir -p $(HOME)/.themes
mkdir -p $(HOME)/.local/share/firefox/.themes
ln -sf $(CURDIR)/earth $(HOME)/.themes/
ln -sf $(CURDIR)/earth $(HOME)/.local/share/firefox/.themes
install_bspwm:
ln -sf $(CURDIR)/bspwm $(LOCATION)/bspwm
install_nvim:
ln -sf $(CURDIR)/nvim $(LOCATION)/nvim
install_sx:
ln -sf $(CURDIR)/sx $(LOCATION)/sx
install_sxhkd:
ln -sf $(CURDIR)/sxhkd $(LOCATION)/sxhkd
install_zathura:
ln -sf $(CURDIR)/zathura $(LOCATION)/zathura
install_bash:
ln -sf $(CURDIR)/bash $(LOCATION)/bash
install_ssh:
ln -sf $(CURDIR)/ssh $(LOCATION)/ssh
install_git:
ln -sf $(CURDIR)/git $(LOCATION)/git
install_tridactyl:
ln -sf $(CURDIR)/tridactyl $(LOCATION)/tridactyl
install_htop:
ln -sf $(CURDIR)/htop $(LOCATION)/htop
install_python:
ln -sf $(CURDIR)/python $(LOCATION)/python
.environment:
sh environ
.firefox_env:
sh firefox_setup

2
TODO
View File

@ -1,2 +0,0 @@
nvim:
- replace vimscript with lua completely