Overview
Comment: | Add ssh directory |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
9d06fa6e919dc55af27460177cfd8852 |
User & Date: | js 2023-04-01 11:16:44 |
Context
2023-04-01
| ||
11:18 | setup.sh: Remove remnants of fish check-in: 6ee022af75 user: js tags: trunk | |
11:16 | Add ssh directory check-in: 9d06fa6e91 user: js tags: trunk | |
11:15 | Create misc directory for non-config files check-in: 5911601093 user: js tags: trunk | |
Changes
Changes to setup.sh.
︙ | ︙ | |||
52 53 54 55 56 57 58 | 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 | | | 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 | 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 ../ fi if test x"$(uname -s)" = x"Darwin"; then for i in "Keyboard Layouts/*"; do dest="$HOME/Library/$i" # This does not like being symlinked… if [ ! -e "$dest" ]; then |
︙ | ︙ |
Name change from ssh_config to ssh/config.
︙ | ︙ |