tangled
alpha
login
or
join now
benharri.org
/
dotfiles
0
fork
atom
my shell and tool configurations
0
fork
atom
overview
issues
pulls
pipelines
remove .ssh-agent and fix make fish/fzf dep ordering
benharri.org
7 years ago
0ddfc1e3
8c017352
+5
-5
3 changed files
expand all
collapse all
unified
split
Makefile
byobu
.byobu
.ssh-agent
.gitignore
+4
-4
Makefile
···
16
16
install:
17
17
@make $(UNAME)
18
18
19
19
-
Linux: bash fzf fish git mutt byobu weechat vim nvim gnupg bin emacs vscode sublime
19
19
+
Linux: bash fzf fish git mutt byobu weechat vim nvim gnupg bin vscode sublime
20
20
Windows: bash git vim
21
21
Other: bash git vim
22
22
···
47
47
@printf "$(YELLOW)--- byobu ----------------------------------------------\n$(RESET)"
48
48
stow -t "$$HOME" byobu
49
49
50
50
-
fish: fzf
50
50
+
fish:
51
51
@printf "$(YELLOW)--- fish -----------------------------------------------\n$(RESET)"
52
52
stow -t "$$HOME" fish
53
53
54
54
-
fzf:
54
54
+
fzf: fish
55
55
@printf "$(YELLOW)--- fzf ------------------------------------------------\n$(RESET)"
56
56
git submodule update --init -- fzf/.fzf
57
57
stow -t "$$HOME" fzf
···
93
93
stow -t "$$HOME" weechat
94
94
95
95
nuke:
96
96
-
@printf "$(YELLOW)--- nuking existing files ------------------------------\n$(RESET)"
96
96
+
@printf "$(RED)--- nuking existing files ------------------------------\n$(RESET)"
97
97
rm -rf ~/.byobu ~/.config/fish ~/.fzf ~/.bash*
98
98
99
99
.PHONY: bash fzf fish git vim nvim mutt byobu weechat gnupg bin vscode sublime clean install nuke Windows Linux Other
-1
byobu/.byobu/.ssh-agent
···
1
1
-
/run/user/1000/gnupg/S.gpg-agent.ssh
+1
byobu/.gitignore
···
1
1
.byobu/color.tmux
2
2
+
.byobu/.ssh-agent