feat: micro editor

This commit is contained in:
2026-06-21 19:15:30 +02:00
parent fd573e1a1d
commit e84b1e51d8
3 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
process = git-lfs filter-process
required = true
[core]
editor = nano
editor = micro
[init]
defaultBranch = main
[alias]
+3
View File
@@ -10,3 +10,6 @@ plugins=(
docker docker-compose zsh-autosuggestions zsh-syntax-highlighting
zsh-interactive-cd zsh-navigation-tools
)
# Set micro as editor
EDITOR=micro
+3 -2
View File
@@ -50,7 +50,8 @@ scripts:
debian:setup:contrib: sudo sed -i 's/main non-free-firmware/main contrib non-free non-free-firmware/g' /etc/apt/sources.list
debian:install:base: sudo apt install -y build-essential curl wget git unzip zip zsh fzf pkg-config make file
debian:install:libs: sudo apt install -y libffi-dev zlib1g-dev libyaml-dev libssl-dev liblzma-dev libbz2-dev libncurses-dev libreadline-dev libsqlite3-dev python3-tk tk-dev zstd
debian:install:tools: sudo apt install -y imagemagick rsvg-convert ffmpeg yt-dlp shellcheck
debian:install:tools: sudo apt install -y imagemagick rsvg-convert ffmpeg yt-dlp shellcheck micro
docker:install: curl -fsSL -o- https://get.docker.com | sudo sh && sudo usermod -aG docker $USER
ssh:keygen: ssh-keygen -t ed25519 -C "valknar@pivoine.art"
rust:install: curl https://sh.rustup.rs -sSf | sh
rust:install:tools: cargo install bat fd-find yazi-build
@@ -63,4 +64,4 @@ scripts:
go:install: sudo apt install -y golang-go
go:install:tools: CGO_ENABLED=1 go install -tags extended,withdeploy github.com/gohugoio/hugo@latest github.com/mikefarah/yq/v4@latest
go:clean: go clean -cache && go clean -modcache
docker:install: curl -fsSL -o- https://get.docker.com | sudo sh && sudo usermod -aG docker $USER
micro:setup: micro -plugin install nordcolors