summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.setup.sh.swpbin12288 -> 0 bytes
-rwxr-xr-xsetup.sh2
2 files changed, 1 insertions, 1 deletions
diff --git a/.setup.sh.swp b/.setup.sh.swp
deleted file mode 100644
index 6aa0cad..0000000
--- a/.setup.sh.swp
+++ /dev/null
Binary files differ
diff --git a/setup.sh b/setup.sh
index 0a451f9..c236955 100755
--- a/setup.sh
+++ b/setup.sh
@@ -8,7 +8,7 @@ bash ./core/ssh.sh || { echo "Failed to configure SSH"; 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; }
-tee -a /etc/bashrc > /dev/null << 'EOF2'
+sudo tee -a /etc/bashrc > /dev/null << 'EOF2'
LS_COLORS=$LS_COLORS:'di=38;5;135:ex=00;32:' ; export LS_COLORS
PS1='[\[\033[01;32m\]\u\[\033[00m\]@\h \[\033[38;5;135m\]\W\[\033[00m\]]\$ '
EOF2