Added start script

This commit is contained in:
Christoffer Martinsson 2024-04-13 09:28:58 -07:00
parent 3f1410c03d
commit 48db844bb6
2 changed files with 6 additions and 0 deletions

2
start.sh Executable file
View File

@ -0,0 +1,2 @@
#!/bin/bash
nvim

View File

@ -185,6 +185,10 @@ printf -- '\033[33m Symlinking update script\n\033[37m'
mkdir -p ~/.local/bin
ln -sf ~/code_server/update_wrapper.sh ~/.local/bin/update
# Symlink start script
printf -- '\033[33m Symlinking start script\n\033[37m'
ln -sf ~/code_server/start.sh ~/.start
# Restore default .bashrc
printf -- '\033[33m Restoring default .bashrc\n\033[37m'
sudo /bin/cp /etc/skel/.bashrc ~/.bashrc