summaryrefslogtreecommitdiff
path: root/setup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'setup.sh')
-rwxr-xr-xsetup.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/setup.sh b/setup.sh
index 9344120..1aecd1c 100755
--- a/setup.sh
+++ b/setup.sh
@@ -20,6 +20,10 @@ sudo timedatectl set-timezone Asia/Singapore
# then git clone work directory, or git clone altogether
+sudo dnf install -y ncurses-term nc # nc for vim
+echo "export TERM=xterm-256color" >> ~/.bashrc
+source ~/.bashrc
+tput colors # shld be 256