feat: micro editor
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@
|
||||
process = git-lfs filter-process
|
||||
required = true
|
||||
[core]
|
||||
editor = nano
|
||||
editor = micro
|
||||
[init]
|
||||
defaultBranch = main
|
||||
[alias]
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user