diff --git a/Makefile b/Makefile index c654fd6..32a75df 100644 --- a/Makefile +++ b/Makefile @@ -12,27 +12,27 @@ install_theme: ln -sf $(CURDIR)/earth $(HOME)/.themes/ ln -sf $(CURDIR)/earth $(HOME)/.local/share/firefox/.themes install_bspwm: - ln -sf $(CURDIR)/bspwm $(LOCATION)/ + ln -sf $(CURDIR)/bspwm $(LOCATION)/bspwm install_nvim: - ln -sf $(CURDIR)/nvim $(LOCATION)/ + ln -sf $(CURDIR)/nvim $(LOCATION)/nvim install_sx: - ln -sf $(CURDIR)/sx $(LOCATION)/ + ln -sf $(CURDIR)/sx $(LOCATION)/sx install_sxhkd: - ln -sf $(CURDIR)/sxhkd $(LOCATION)/ + ln -sf $(CURDIR)/sxhkd $(LOCATION)/sxhkd install_zathura: - ln -sf $(CURDIR)/zathura $(LOCATION)/ + ln -sf $(CURDIR)/zathura $(LOCATION)/zathura install_bash: - ln -sf $(CURDIR)/bash $(LOCATION)/ + ln -sf $(CURDIR)/bash $(LOCATION)/bash install_ssh: - ln -sf $(CURDIR)/ssh $(LOCATION)/ + ln -sf $(CURDIR)/ssh $(LOCATION)/ssh install_git: - ln -sf $(CURDIR)/git $(LOCATION)/ + ln -sf $(CURDIR)/git $(LOCATION)/git install_tridactyl: - ln -sf $(CURDIR)/tridactyl $(LOCATION)/ + ln -sf $(CURDIR)/tridactyl $(LOCATION)/tridactyl install_htop: - ln -sf $(CURDIR)/htop $(LOCATION)/ + ln -sf $(CURDIR)/htop $(LOCATION)/htop install_python: - ln -sf $(CURDIR)/python $(LOCATION)/ + ln -sf $(CURDIR)/python $(LOCATION)/python .environment: sh environ .firefox_env: diff --git a/bash/bashrc b/bash/bashrc index 1db76a8..d03f65e 100644 --- a/bash/bashrc +++ b/bash/bashrc @@ -7,9 +7,6 @@ alias rc=". ~/.config/bash/bashrc" alias erc="nvim ~/.config/bash/bashrc" alias reload=". ~/.config/bash/bashrc; . ~/.config/bash/profile" -# ssh keeping tidy -alias ssh="ssh -F $HOME/.config/ssh/config" - # remind alias alias sched="nvim $DOTREMINDERS" alias cal="rem -cl"