Commit Graph

17 Commits

Author SHA1 Message Date
8d214518ff
Misc: update packages & apps, ROCm, SSH, ...
Framework LED Matrix, over amplication, Mac fnmode for Fedora, OBS CQ,
Python config for Helix and yapf3
2024-12-08 22:31:32 -08:00
9736e73c8e
Misc: setup, fish, auto, helix, starship, system
- Setup: add Fedora guides, Signal, Dynamic Desktop, and Flatseal
- Shells: fix $() on older fish versions and unalias batcat on Fedora
- Auto:
    - Detect git dependency
    - Add .clang-format for C/C++ family
    - Add full-setup script
- Helix: update to 24.03, add text width, rulers, and fix reflow
- Rust: fix fish env
- Starship: fix config path
- System: rename mac fnmode scripts and update sshd_config
2024-07-02 19:04:41 -07:00
2df4e7a091
Misc: SSH, Vim, Helix, Ubuntu, setup, shells, ...
- SSH config: disable password and send COLORTERM
- Vim: use <space>u instead of <space>w
- Helix:
	- Update for bug fixes after 23.10
	- Install bash completions, desktop file, and icon
	- Fix bufferline and inlay hints color
	- Reenable auto pairs since smart tabs is a thing now
- Ubuntu:
	- Update to 23.10
	- Change naming convention
	- Add podman and qemu-user-static
- Setup:
	- Update install and swap config
	- Add fish, Pods, Steam
	- Fix CJK font config path
	- Remove Firefox Wayland override now that it's the default
- Shells: configure fish
- Manual:
	- Configure starship
	- Use cargo locked install
	- Remove sparse protocol config now that it's the default
	- Fix failure when fish config directory is not found
- tmux: fix truecolor support for Alacritty
2024-01-19 16:21:22 -08:00
39a45f459b
Misc: setup, Helix, bash, packages, apps, font
- Setup: reorganize and add server specific setup
- Helix: use relative line numbers
- Bash: add aliases
- Packages: install GStreamer plugins for AV1 preview
- Apps: Video Trimmer
- Font: Simplified Chinese font priority fix
2023-09-24 13:44:54 -07:00
bb3770036a
Misc: update tmux config & document OBS setup
- Tmux: change binds & set session working directory
- OBS: use flatpak with background removal plugin
2023-07-25 12:28:12 -07:00
9f899ef35e
Misc: move gnome, more packages, remove alias
- Move gnome to manual for headless servers
- Add prusa-slicer and cmake to optional Ubuntu packages
- Remove deprecated sshd alias
2023-06-08 10:40:58 -07:00
cac1b3176a
Misc: bash, rust, helix
- Fix: `.bashrc` not loaded when `.bash_login` doesn't exist
- Fix: Rust install script error when `cc` doesn't exist
- Style: use tabs
- Helix: use tabs for bash, toml, & markdown
- Helix: highlight rust scripts
2023-04-06 12:35:40 -07:00
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