dotfiles/cli/install.sh

14 lines
218 B
Bash
Raw Normal View History

2020-11-21 18:07:26 +00:00
#!/bin/sh
set -e
DIR=$(dirname "$(readlink -f "$0")")
. "$DIR/../env.sh"
sudo timedatectl set-ntp on || true
2020-11-21 18:07:26 +00:00
. "$DIR/mirrors.sh"
. "$DIR/basic.sh"
2020-11-21 18:07:26 +00:00
. "$DIR/fish.sh"
. "$DIR/vim.sh"
. "$DIR/tmux.sh"
. "$DIR/ranger.sh"