remove redundant option
This commit is contained in:
parent
a42c05ee4f
commit
36a3a0a5c2
1 changed files with 0 additions and 4 deletions
|
@ -130,7 +130,6 @@ main() {
|
|||
wget -q https://git.mylloon.fr/Anri/confOS/raw/branch/main/.config/fish/conf.d/abbr_wsl.fish -O "$HOME"/.config/fish/conf.d/abbr.fish
|
||||
|
||||
# === Micro configuration ==
|
||||
git config --global core.editor "micro"
|
||||
fish -c "set -Ux EDITOR micro"
|
||||
mkdir "$HOME"/.config/micro
|
||||
wget -q --show-progress https://git.mylloon.fr/Anri/confOS/raw/branch/main/.config/micro/settings.json -O "$HOME"/.config/micro/settings.json
|
||||
|
@ -151,9 +150,6 @@ main() {
|
|||
# Add to path
|
||||
fish -c "set -Ua LD_LIBRARY_PATH /usr/local/lib"
|
||||
|
||||
# === Sign commits ==
|
||||
git config --global commit.gpgsign true
|
||||
|
||||
# === tldr ==
|
||||
cargo install tealdeer
|
||||
fish -c "tldr --update"
|
||||
|
|
Loading…
Reference in a new issue