diff options
Diffstat (limited to 'setup.sh')
| -rwxr-xr-x | setup.sh | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |
