Added vim to install scripts

main
guusvanmeerveld 2 years ago
parent 85b228abff
commit 96267bef2b

@ -12,6 +12,7 @@
- spotifyd
- neovim
- python-pynvim
- flameshot

@ -1,18 +1,22 @@
[module/battery]
type = internal/battery
battery = BAT0
adapter = ADP1
battery = BAT1
adapter = ACAD
full-at = 100
format-charging-background = ${colors.tertiary}
format-charging = <label-charging>
format-discharging-background = ${colors.secondary}
format-discharging = <label-discharging>
format-discharging = <ramp-capacity> <label-discharging>
label-charging = %percentage%
label-charging = %percentage%%
label-discharging = %percentage%
label-discharging = %percentage%%
ramp-capacity-0 = 
ramp-capacity-1 = 
ramp-capacity-2 = 
ramp-capacity-3 = 
ramp-capacity-4 = 
[module/temperature]
type = internal/temperature
@ -60,4 +64,4 @@ date = %a %e %b
label = %date% %time%
format = <label>
format = <label>

@ -24,7 +24,7 @@ case $1 in
# if (( $3 == "applications" ))
# then
# $SCRIPTS/install-applications
$SCRIPTS/install-applications
# fi
$SCRIPTS/post-install
@ -37,4 +37,4 @@ case $1 in
echo " edit edit one of the config files"
echo " add add a package to the list"
;;
esac
esac

@ -9,4 +9,10 @@ sudo systemctl enable spotifyd --machine=$USER@.host --user --now
sudo systemctl enable --now syncthing@$USER
# Docker
sudo usermod -aG docker $USER
sudo usermod -aG docker $USER
# Neovim
sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'
cd ~/.local/share/nvim/plugged/YouCompleteMe && python3 install.py --all

44
yay

@ -0,0 +1,44 @@
{
"aururl": "https://aur.archlinux.org",
"buildDir": "/home/guus/.cache/yay",
"editor": "",
"editorflags": "",
"makepkgbin": "makepkg",
"makepkgconf": "",
"pacmanbin": "pacman",
"pacmanconf": "/etc/pacman.conf",
"redownload": "no",
"rebuild": "no",
"answerclean": "None",
"answerdiff": "None",
"answeredit": "None",
"answerupgrade": "None",
"gitbin": "git",
"gpgbin": "gpg",
"gpgflags": "",
"mflags": "",
"sortby": "votes",
"searchby": "name-desc",
"gitflags": "",
"removemake": "yes",
"sudobin": "sudo",
"sudoflags": "",
"requestsplitn": 150,
"completionrefreshtime": 7,
"bottomup": true,
"sudoloop": false,
"timeupdate": false,
"devel": false,
"cleanAfter": false,
"provides": true,
"pgpfetch": true,
"upgrademenu": true,
"cleanmenu": true,
"diffmenu": true,
"editmenu": false,
"combinedupgrade": false,
"useask": false,
"batchinstall": false,
"singlelineresults": false,
"version": "11.1.2"
}