install: Add micro editor install

This commit is contained in:
2020-11-21 10:06:33 +01:00
committed by Robin-Charles GUIHENEUF
parent 457bd364ef
commit f9ceefc1dd
3 changed files with 12 additions and 0 deletions
+7
View File
@@ -73,3 +73,10 @@ sudo npm install -g npm
# Install rebase-editor
sudo npm install -g rebase-editor
git config --global sequence.editor rebase-editor
# Install micro
curl https://getmic.ro | bash
mkdir -p $HOME/.config/micro
ln -sfn $HOME/.dotfiles/micro/bindings.json $HOME/.config/micro/bindings.json
ln -sfn $HOME/.dotfiles/micro/settings.json $HOME/.config/micro/settings.json
sudo mv micro /usr/bin
+4
View File
@@ -0,0 +1,4 @@
{
"Alt-/": "lua:comment.comment",
"CtrlUnderscore": "lua:comment.comment"
}
+1
View File
@@ -0,0 +1 @@
{}