dotfiles/cli/install.sh

13 lines
187 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"
2020-12-26 15:29:20 +00:00
timedatectl set-ntp on
2020-11-21 18:07:26 +00:00
. "$DIR/mirrors.sh"
. "$DIR/fish.sh"
. "$DIR/vim.sh"
. "$DIR/ranger.sh"
. "$DIR/tmux.sh"