2020-11-21 18:07:26 +00:00
|
|
|
#!/bin/sh
|
|
|
|
|
|
|
|
set -e
|
|
|
|
DIR=$(dirname "$(readlink -f "$0")")
|
|
|
|
. "$DIR/../env.sh"
|
|
|
|
|
2021-06-06 09:48:49 +00:00
|
|
|
sudo timedatectl set-ntp on || true
|
2020-11-21 18:07:26 +00:00
|
|
|
. "$DIR/mirrors.sh"
|
2021-01-11 07:54:40 +00:00
|
|
|
. "$DIR/basic.sh"
|
2020-11-21 18:07:26 +00:00
|
|
|
. "$DIR/fish.sh"
|
|
|
|
. "$DIR/vim.sh"
|
|
|
|
. "$DIR/tmux.sh"
|
2021-01-15 07:42:29 +00:00
|
|
|
. "$DIR/ranger.sh"
|