some changes
This commit is contained in:
parent
e3bab8d377
commit
804df59e8e
22
Makefile
22
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:
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue