- 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
12 lines
124 B
Bash
Executable File
12 lines
124 B
Bash
Executable File
#!/bin/sh
|
|
cd auto
|
|
./auto
|
|
cd ../manual/rust
|
|
./rust
|
|
. ~/.cargo/env
|
|
cd ../helix
|
|
./helix
|
|
cd ../starship
|
|
./starship
|
|
echo success
|