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 | |||
| 20 | 20 | ||
| 21 | # then git clone work directory, or git clone altogether | 21 | # then git clone work directory, or git clone altogether |
| 22 | 22 | ||
| 23 | sudo dnf install -y ncurses-term nc # nc for vim | ||
| 24 | echo "export TERM=xterm-256color" >> ~/.bashrc | ||
| 25 | source ~/.bashrc | ||
| 26 | tput colors # shld be 256 | ||
| 23 | 27 | ||
| 24 | 28 | ||
| 25 | 29 | ||
