add micro configuration
This commit is contained in:
parent
27c35d07f2
commit
eaa4810096
2 changed files with 7 additions and 0 deletions
3
.config/micro/settings.json
Normal file
3
.config/micro/settings.json
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"softwrap": true
|
||||
}
|
4
arch.sh
4
arch.sh
|
@ -114,6 +114,10 @@ then
|
|||
gsettings set org.gnome.Terminal.Legacy.Keybindings:/org/gnome/terminal/legacy/keybindings/ zoom-in '<Control>equal' # ctrl++
|
||||
gsettings set org.gnome.Terminal.Legacy.Keybindings:/org/gnome/terminal/legacy/keybindings/ zoom-normal '<Control>agrave' # ctrl+0
|
||||
|
||||
# === Micro configuration ==
|
||||
git config --global core.editor "micro"
|
||||
wget -q --show-progress https://git.kennel.ml/Anri/confOS/raw/branch/main/.config/micro/settings.json -P "$HOME"/.config/micro/
|
||||
|
||||
# === GL4D ==
|
||||
# Download and build
|
||||
git clone https://github.com/noalien/GL4Dummies.git
|
||||
|
|
Loading…
Reference in a new issue