configs  Check-in [4d9fdaadd5]

Overview
Comment:Remove remnants of sway
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 4d9fdaadd55b8716cda08db990e4077548074f036e3d030c7c15f2af1e025062
User & Date: js on 2023-05-27 18:45:47
Other Links: manifest | tags
Context
2023-05-27
20:59
setup.sh: Disable automount on GNOME check-in: 04661b01ca user: js tags: trunk
18:45
Remove remnants of sway check-in: 4d9fdaadd5 user: js tags: trunk
2023-04-30
10:39
zshrc: Improve finding GnuPG SSH socket check-in: 98e97b3581 user: js tags: trunk
Changes

Modified setup.sh from [c510e2bf91] to [7fda0da3c4].

56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
	else
		gpg="gpg"
	fi
	$gpg --import gnupg/keyring.asc
	$gpg --import-ownertrust gnupg/ownertrust
fi
have mpv && link_file mpv .config/mpv ../
have sway && link_file sway .config/sway ../
have tmux && link_file tmux .config/tmux ../
have vim && link_file vim .config/vim ../
have yt-dlp && link_file yt-dlp .config/yt-dlp ../
have zsh && link_file zshrc .zshrc
if have ssh; then
	mkdir -p $HOME/.ssh
	link_file ssh/config .ssh/config ../







<







56
57
58
59
60
61
62

63
64
65
66
67
68
69
	else
		gpg="gpg"
	fi
	$gpg --import gnupg/keyring.asc
	$gpg --import-ownertrust gnupg/ownertrust
fi
have mpv && link_file mpv .config/mpv ../

have tmux && link_file tmux .config/tmux ../
have vim && link_file vim .config/vim ../
have yt-dlp && link_file yt-dlp .config/yt-dlp ../
have zsh && link_file zshrc .zshrc
if have ssh; then
	mkdir -p $HOME/.ssh
	link_file ssh/config .ssh/config ../