use micro as the default editor
This commit is contained in:
parent
4bbe95f3c7
commit
efd9cf2d9b
2 changed files with 2 additions and 0 deletions
1
arch.sh
1
arch.sh
|
@ -122,6 +122,7 @@ then
|
||||||
|
|
||||||
# === Micro configuration ==
|
# === Micro configuration ==
|
||||||
git config --global core.editor "micro"
|
git config --global core.editor "micro"
|
||||||
|
set -Ux EDITOR micro
|
||||||
wget -q --show-progress https://git.kennel.ml/Anri/confOS/raw/branch/main/.config/micro/settings.json -O "$HOME"/.config/micro/settings.json
|
wget -q --show-progress https://git.kennel.ml/Anri/confOS/raw/branch/main/.config/micro/settings.json -O "$HOME"/.config/micro/settings.json
|
||||||
micro -plugin install detectindent
|
micro -plugin install detectindent
|
||||||
|
|
||||||
|
|
1
wsl.sh
1
wsl.sh
|
@ -96,6 +96,7 @@ then
|
||||||
curl https://getmic.ro | GETMICRO_PLATFORM=linux64 bash
|
curl https://getmic.ro | GETMICRO_PLATFORM=linux64 bash
|
||||||
cd - || exit
|
cd - || exit
|
||||||
git config --global core.editor "micro"
|
git config --global core.editor "micro"
|
||||||
|
set -Ux EDITOR micro
|
||||||
wget -q --show-progress https://git.kennel.ml/Anri/confOS/raw/branch/main/.config/micro/settings.json -O "$HOME"/.config/micro/settings.json
|
wget -q --show-progress https://git.kennel.ml/Anri/confOS/raw/branch/main/.config/micro/settings.json -O "$HOME"/.config/micro/settings.json
|
||||||
micro -plugin install detectindent
|
micro -plugin install detectindent
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue