diff options
| author | bh <qn+git@excalibur.computer> | 2026-03-23 21:25:25 +0800 |
|---|---|---|
| committer | bh <qn+git@excalibur.computer> | 2026-03-23 21:25:25 +0800 |
| commit | 30ce438ca16d905ecc7dcfb94d2bb7e4f871ca8c (patch) | |
| tree | 07960c78a55b8862b291d03561bb41b5ddc04ee8 /.install/runall | |
| parent | eb6c4f1f5b8edc49495bff37eb82942775129291 (diff) | |
Automatically install nvim and emacs config via installer
Diffstat (limited to '.install/runall')
| -rwxr-xr-x | .install/runall | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.install/runall b/.install/runall index 4cdba8c..bbfe883 100755 --- a/.install/runall +++ b/.install/runall @@ -39,6 +39,7 @@ else fi "$SCRIPT_DIR/aetherfox" +"$SCRIPT_DIR/editor" if [[ "$install_ohmyzsh" -eq 1 ]]; then if [[ -d "$HOME/.oh-my-zsh" ]]; then |
