diff --git a/Makefile b/Makefile index a2a3e6f..5e5b72f 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ endif install: @make $(UNAME) -Linux: bash fzf fish git mutt byobu weechat vim nvim gnupg bin emacs vscode sublime +Linux: bash fzf fish git mutt byobu weechat vim nvim gnupg bin vscode sublime Windows: bash git vim Other: bash git vim @@ -47,11 +47,11 @@ byobu: @printf "$(YELLOW)--- byobu ----------------------------------------------\n$(RESET)" stow -t "$$HOME" byobu -fish: fzf +fish: @printf "$(YELLOW)--- fish -----------------------------------------------\n$(RESET)" stow -t "$$HOME" fish -fzf: +fzf: fish @printf "$(YELLOW)--- fzf ------------------------------------------------\n$(RESET)" git submodule update --init -- fzf/.fzf stow -t "$$HOME" fzf @@ -93,7 +93,7 @@ weechat: stow -t "$$HOME" weechat nuke: - @printf "$(YELLOW)--- nuking existing files ------------------------------\n$(RESET)" + @printf "$(RED)--- nuking existing files ------------------------------\n$(RESET)" rm -rf ~/.byobu ~/.config/fish ~/.fzf ~/.bash* .PHONY: bash fzf fish git vim nvim mutt byobu weechat gnupg bin vscode sublime clean install nuke Windows Linux Other diff --git a/byobu/.byobu/.ssh-agent b/byobu/.byobu/.ssh-agent deleted file mode 120000 index 11bafd4..0000000 --- a/byobu/.byobu/.ssh-agent +++ /dev/null @@ -1 +0,0 @@ -/run/user/1000/gnupg/S.gpg-agent.ssh \ No newline at end of file diff --git a/byobu/.gitignore b/byobu/.gitignore index 5fb79b2..7df268d 100644 --- a/byobu/.gitignore +++ b/byobu/.gitignore @@ -1 +1,2 @@ .byobu/color.tmux +.byobu/.ssh-agent