configs  Diff

Differences From Artifact [8dac4c2620]:

To Artifact [70bdd18f99]:


48
49
50
51
52
53
54




55
56
57
58
59
60
61
	mkdir -p $HOME/.local/share/gnupg
	link_file gpg.conf .local/share/gnupg/gpg.conf ../../../
fi
have tmux && link_file tmux .config/tmux ../
have vim && link_file vim .config/vim ../
have youtube-dl && link_file youtube-dl .config/youtube-dl ../
have zsh && link_file zshrc .zshrc





if test x"$(uname -s)" = x"Darwin"; then
	dest="$HOME/Library/Keyboard Layouts/eu_US.keylayout"
	# This does not like being symlinked…
	if [ ! -e "$dest" ]; then
		echo "Hardlinking eu_US.keylayout -> $dest"
		ln eu_US.keylayout "$dest"







>
>
>
>







48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
	mkdir -p $HOME/.local/share/gnupg
	link_file gpg.conf .local/share/gnupg/gpg.conf ../../../
fi
have tmux && link_file tmux .config/tmux ../
have vim && link_file vim .config/vim ../
have youtube-dl && link_file youtube-dl .config/youtube-dl ../
have zsh && link_file zshrc .zshrc
if have ssh; then
	mkdir -p $HOME/.ssh
	link_file ssh_config .ssh/config ../
fi

if test x"$(uname -s)" = x"Darwin"; then
	dest="$HOME/Library/Keyboard Layouts/eu_US.keylayout"
	# This does not like being symlinked…
	if [ ! -e "$dest" ]; then
		echo "Hardlinking eu_US.keylayout -> $dest"
		ln eu_US.keylayout "$dest"