Add tmux and fzf to dev packages. Add setup_ntp script

main
Ian Mancini 5 years ago
parent cfda1c8069
commit 4c7edee602

@ -1 +1 @@
neovim git git-lfs the_silver_searcher python-pynvim wmctrl
neovim git git-lfs the_silver_searcher python-pynvim wmctrl tmux fzf

@ -0,0 +1,11 @@
#!/bin/sh
set -Eeuo pipefail
if (( $EUID != 0 )); then
echo "Should be run as root"
exit 1
fi
systemctl enable systemd-timesyncd.service
timedatectl set-ntp true
Loading…
Cancel
Save