Commit Graph

10 Commits

Author SHA1 Message Date
c772724cac
Misc: Rust, Helix, tmux underline, bash, rg, ...
Add:
- Rust and Helix install/configure scripts
- tmux curly underline with colors
- Rocky SSH & Mosh setup
- `asciinema` and `rg`
- Mosh PPA for old Ubuntu systems
- VirtualBox USB devices group
- Add `~/.local/bin/` to path in .bashrc

Update:
- Use `~/.bash_login` instead of `~/.profile` for tmux on login and exec it
- Rename `gnome-todo` to `endeavour`
- Use new sshd alias
- Reload instead of restarting sshd

Remove:
- Vim colorschemes and plugins
- `.sh` extensions on executable scripts
2023-03-19 22:58:35 -07:00
8f7fad32c2
Fix: true color support in tmux and over SSH 2022-11-06 01:58:53 -07:00
b7129198eb
Fix: .local/bin and cargo not loaded in SSH tmux 2022-11-04 21:08:21 -07:00
e1df797ac1
Fix: no color in helix in tmux 2022-11-04 21:08:20 -07:00
8ed2427671
Refactor: use OpenSSH for UFW & reorder auto.sh 2022-11-04 21:08:20 -07:00
e9c2da12c7
auto: fix incomplete auto.sh 2022-10-22 20:14:56 -07:00
b159429e14
Git: add alias to rebase without resetting committer date 2022-10-22 02:15:59 -07:00
50ea11f79a
Bash: export GPG_TTY to show commit signing prompt 2022-10-22 00:29:07 -07:00
1eedf4a4f1
SSH: HashKnownHosts=no
HashKnownHosts provides an appearance of security but is actually
[easily crackable](https://github.com/chris408/known_hosts-hashcat) and
doesn't prevent leakage from other sources, such as the shell history or
SSH config.  Most importantly, it makes properly maintaining the list
tedious and error-prone by making it hard to remove changed keys and
impossible to remove obsolete entries, therefore possibly weakening
security.  Security should be enforced by password-protecting SSH keys
instead.
2022-10-22 00:20:29 -07:00
61a4f83cb7
Add: automatic configuration script 2022-10-22 00:19:35 -07:00