diff options
| author | hc <hc@email.ch> | 2024-11-22 11:26:30 +0800 |
|---|---|---|
| committer | hc <hc@email.ch> | 2024-11-22 11:26:30 +0800 |
| commit | ab5d9a6966b6b8fdd6ce9821b86ab0f3b74cc6a5 (patch) | |
| tree | 38a488ce1e54946dbf339cd929ec8a9fd4cea939 /setup.sh | |
| parent | cf69656e5c097b3069771d89fb4aeb54b5b5d755 (diff) | |
udpatedvim
Diffstat (limited to 'setup.sh')
| -rwxr-xr-x | setup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ EOF2 source /etc/bashrc bash ./core/ssh.sh || { echo "Failed to configure SSH"; exit 1; } -#bash ./core/vim.sh || { echo "Failed to configure Vim"; exit 1; } +bash ./core/vim.sh || { echo "Failed to configure Vim"; exit 1; } bash ./core/install-packages.sh || { echo "Failed to install packages"; exit 1; } sudo timedatectl set-timezone Asia/Singapore |
