clone of my dotfiles.ssp.sh
1
fork

Configure Feed

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

update

sspaeti 9ee07942 036ad4ab

+18 -11
+18 -11
README.md
··· 93 93 ### Copy files over 94 94 95 95 ``` 96 - rsync -avy --progress USER@IP:~/.ssh ~/ 97 - rsync -avy --progress USER@IP:~/.dotfiles/zsh/secrets ~/.dotfiles/zsh/secrets 98 - rsync -avy --progress USER@IP:~/.local/share/zoxide ~/.local/share/ 99 - rsync -avy --progress USER@IP:~/.local/share/kdenlive ~/.local/share/ 100 - rsync -avy --progress USER@IP:~/.local/bin ~/.local/ 101 - rsync -avy --progress USER@IP:~/Simon ~/ 102 - rsync -avy --progress USER@IP:~/git ~/ 103 - rsync -avy --progress USER@IP:~/Documents/ ~/Documents/ 104 - rsync -avy --progress USER@IP:~/Downloads/ ~/Downloads/ 105 - rsync -avy --progress USER@IP:~/Videos/ ~/Videos/ 106 - rsync -avy --progress USER@IP:~/Pictures/ ~/Pictures/ 96 + rsync -avy --progress sspaeti@192.168.1.18:~/.ssh ~/ 97 + rsync -avy --progress sspaeti@192.168.1.18:~/.dotfiles/zsh/secrets ~/.dotfiles/zsh/secrets 98 + rsync -avy --progress sspaeti@192.168.1.18:~/.local/share/zoxide ~/.local/share/ 99 + rsync -avy --progress sspaeti@192.168.1.18:~/.local/share/kdenlive ~/.local/share/ 100 + rsync -avy --progress sspaeti@192.168.1.18:~/.local/bin ~/.local/ 101 + rsync -avy --progress sspaeti@192.168.1.18:~/Simon ~/ 102 + rsync -avy --progress sspaeti@192.168.1.18:~/git ~/ 103 + rsync -avy --progress sspaeti@192.168.1.18:~/Documents/ ~/Documents/ 104 + rsync -avy --progress sspaeti@192.168.1.18:~/Downloads/ ~/Downloads/ 105 + rsync -avy --progress sspaeti@192.168.1.18:~/Videos/ ~/Videos/ 106 + rsync -avy --progress sspaeti@192.168.1.18:~/Pictures/ ~/Pictures/ 107 107 ``` 108 108 109 109 ### Keyboard Kanata ··· 118 118 ### sudo time out password 119 119 TODO update X-times wrong password and how long until I can re-enter 120 120 121 + ### Tmux 122 + 123 + After stow tmux, i cant install the plugins. It needs the plugin manager: 124 + ``` 125 + git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm 126 + ``` 127 + then `ctrl + t` and `ctrl + I` should work. 121 128 ### Finalize 122 129 123 130 Turn off ssh again: