ajout de nvim en appimage.
parent
3fb2516608
commit
d6f58042ee
|
|
@ -1,8 +1,10 @@
|
|||
export EDITOR=/usr/bin/vim
|
||||
export EDITOR=~/.local/bin/nvim.appimage
|
||||
export TERMINAL=/usr/bin/st
|
||||
|
||||
source /usr/share/bash-completion/completions/pass
|
||||
|
||||
export PATH=$PATH:~/.local/bin
|
||||
alias vi="$EDITOR"
|
||||
alias ya="yadm add"
|
||||
alias yc="yadm commit -v"
|
||||
alias yd="yadm diff"
|
||||
|
|
|
|||
|
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
~/.local/bin/nvim.appimage
|
||||
|
|
@ -6,9 +6,11 @@ groups | grep -q sudo || return
|
|||
|
||||
# sudo usermod -aG sudo $user # pour passer sudoers, puis reboot
|
||||
sudo apt remove vim-gtk3 vim vim-nox
|
||||
sudo apt install -y neovim python3-tldextract uuid-runtime webext-browserpass webext-ublock-origin-firefox curl pass python3 ripgrep fonts-firacode fd-find tmux postgresql rsync nextcloud-desktop chromium tig locate htop libx11-dev libxinerama-dev libxft-dev libx11-xcb-dev libxcb-res0-dev arandr make gcc pulsemixer unclutter libnotify-bin ncal dmenu brightnessctl brightness-udev feh autorandr inkscape neomutt isync msmtp lynx notmuch abook urlview pulseaudio-utils mailsync
|
||||
sudo apt install -y cmake python3-tldextract uuid-runtime webext-browserpass webext-ublock-origin-firefox curl pass python3 ripgrep fonts-firacode fd-find tmux postgresql rsync nextcloud-desktop chromium tig locate htop libx11-dev libxinerama-dev libxft-dev libx11-xcb-dev libxcb-res0-dev arandr make gcc pulsemixer unclutter libnotify-bin ncal dmenu brightnessctl brightness-udev feh autorandr inkscape neomutt isync msmtp lynx notmuch abook urlview pulseaudio-utils mailsync
|
||||
sudo apt autoremove
|
||||
|
||||
[ ! -f "$HOME/.local/bin/fd" ] && ln -s $(which fdfind) ~/.local/bin/fd
|
||||
[ ! -f "$HOME/.local/bin/nvim.appimage" ] && wget --output-document $HOME/.local/bin/nvim.appimage https://github.com/neovim/neovim/releases/download/stable/nvim.appimage && chmod +x $HOME/.local/bin/nvim.appimage
|
||||
|
||||
# Installation oh my bash
|
||||
[ ! -d "$HOME/.oh-my-bash/" ] && bash -c "$(curl -fsSL https://raw.githubusercontent.com/ohmybash/oh-my-bash/master/tools/install.sh)" || echo "oh-my-bash installed"
|
||||
|
|
@ -37,6 +39,7 @@ Nexcloud sync, parsec"
|
|||
echo "https://github.com/nordtheme/gnome-terminal"
|
||||
echo "https://fostips.com/install-latest-firefox-non-esr-debian/"
|
||||
echo "https://freetubeapp.io/"
|
||||
echo "faire un source .bashrc"
|
||||
|
||||
mkdir -p ~/workspace/suckless
|
||||
cd ~/workspace/suckless
|
||||
|
|
|
|||
Loading…
Reference in New Issue