clone of my dotfiles.ssp.sh
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

update

sspaeti 9cc8b8dd 25f97400

+27
+15
Makefile
··· 51 51 { pacman -Qqm; pacman -Qqen | grep -f <(pacman -Sl chaotic-aur | awk '{print $$2}'); } | sort -u > yay_aur.txt 52 52 53 53 54 + #TODO 55 + post-omarchy-install: 56 + arch-install 57 + cp ~/stow/.stowrc ~/.stowrc 58 + linux 59 + sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" 60 + sudo systemctl enable --now sshd 61 + rsync TODO _post-scripts/rsync.sh (take from readme) 62 + sudo systemctl enable --now sshd 63 + install-kanata 64 + 65 + 66 + 67 + 68 + 54 69 arch-install: 55 70 sudo pacman -S --needed - < pacman.txt 56 71 yay -S --needed --noconfirm - < yay_aur.txt
+12
README.md
··· 94 94 95 95 ``` 96 96 rsync -avy --progress USER@IP:~/.ssh ~/ 97 + rsync -avy --progress USER@IP:~/.dotfiles/zsh/secrets ~/.dotfiles/zsh/secrets 97 98 rsync -avy --progress USER@IP:~/.local/share/zoxide ~/.local/share/ 98 99 rsync -avy --progress USER@IP:~/.local/share/kdenlive ~/.local/share/ 99 100 rsync -avy --progress USER@IP:~/.local/bin ~/.local/ ··· 105 106 rsync -avy --progress USER@IP:~/Pictures/ ~/Pictures/ 106 107 ``` 107 108 109 + ### Keyboard Kanata 110 + 111 + ``` 112 + make install-kanata 113 + ``` 114 + and 115 + 116 + Add `/etc/sudoers.d/00_sspaeti` see [readme kanata](kanta/.config/kanata/readme.md) 117 + 118 + ### sudo time out password 119 + TODO update X-times wrong password and how long until I can re-enter 108 120 109 121 ### Finalize 110 122