Skip to content

Instantly share code, notes, and snippets.

@caocuong2404
Created November 7, 2022 02:50
Show Gist options
  • Save caocuong2404/6445af040c3d3db04d2555dc96a431fd to your computer and use it in GitHub Desktop.
Save caocuong2404/6445af040c3d3db04d2555dc96a431fd to your computer and use it in GitHub Desktop.
Some commands help you set up the server when the first time logged
sudo apt update
sudo apt upgrade
sudo sh -c "$(curl -fsSL https://starship.rs/install.sh)" -y -f
echo 'eval "$(starship init bash)"' >> ~/.bashrc
bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment