diff options
| author | hc <hc@email.ch> | 2024-10-22 16:09:04 +0800 |
|---|---|---|
| committer | hc <hc@email.ch> | 2024-10-22 16:09:04 +0800 |
| commit | 68bf86f73eb2a27dd1c905f504a426342d97500d (patch) | |
| tree | 3fc8145dedf71e0d3beb5d8992ff0b5f67d48d3d /setup.sh | |
| parent | 2e3dc1f35e6ff5474106fb5f5b15ef203f649f33 (diff) | |
ud
Diffstat (limited to 'setup.sh')
| -rwxr-xr-x | setup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -8,7 +8,7 @@ bash ./core/ssh.sh || { echo "Failed to configure SSH"; exit 1; } | |||
| 8 | bash ./core/vim.sh || { echo "Failed to configure Vim"; exit 1; } | 8 | bash ./core/vim.sh || { echo "Failed to configure Vim"; exit 1; } |
| 9 | bash ./core/install-packages.sh || { echo "Failed to install packages"; exit 1; } | 9 | bash ./core/install-packages.sh || { echo "Failed to install packages"; exit 1; } |
| 10 | 10 | ||
| 11 | tee -a /etc/bashrc > /dev/null << 'EOF2' | 11 | sudo tee -a /etc/bashrc > /dev/null << 'EOF2' |
| 12 | LS_COLORS=$LS_COLORS:'di=38;5;135:ex=00;32:' ; export LS_COLORS | 12 | LS_COLORS=$LS_COLORS:'di=38;5;135:ex=00;32:' ; export LS_COLORS |
| 13 | PS1='[\[\033[01;32m\]\u\[\033[00m\]@\h \[\033[38;5;135m\]\W\[\033[00m\]]\$ ' | 13 | PS1='[\[\033[01;32m\]\u\[\033[00m\]@\h \[\033[38;5;135m\]\W\[\033[00m\]]\$ ' |
| 14 | EOF2 | 14 | EOF2 |
