suppression neovim
parent
c290e4f330
commit
4c1c735cbd
|
|
@ -19,15 +19,13 @@ sudo apt update
|
|||
sudo apt install -y yadm vim-gtk3 vim vim-nox fzf cmake \
|
||||
webext-browserpass webext-ublock-origin-firefox curl pass python3 ripgrep fonts-firacode fd-find postgresql rsync \
|
||||
nextcloud-desktop tig locate htop make screenfetch \
|
||||
gcc inkscape python3-pip kubectl gnome-shell-pomodoro\
|
||||
bash-completion kubectx imagemagick pdfarranger thunderbird firefox gpaste-2
|
||||
gcc inkscape python3-pip kubectl kubectx imagemagick pdfarranger thunderbird firefox gpaste-2 neovim
|
||||
sudo apt autoremove
|
||||
|
||||
# récupération yadm si necessaire
|
||||
[ ! -f "$HOME/.local/bin/passmenu2" ] && yadm init && yadm remote add origin git@git.portenseigne.ovh:pgil/dotfiles.git && yadm fetch --all && yadm checkout main
|
||||
|
||||
[ ! -f "$HOME/.local/bin/fd" ] && ln -s $(which fdfind) ~/.local/bin/fd
|
||||
[ ! -f "$HOME/.local/bin/nvim" ] && wget --output-document $HOME/.local/bin/nvim https://github.com/neovim/neovim/releases/download/stable/nvim-linux-x86_64.appimage && chmod +x $HOME/.local/bin/nvim
|
||||
|
||||
#config imagemagick
|
||||
#sudo sed -i '/"PDF"/s/none/read|write/' /etc/ImageMagick-6/policy.xml
|
||||
|
|
|
|||
Loading…
Reference in New Issue