Setup Desktop in Ubuntu Server
ToDo
Setup Shell and Prompt
1. Install Dependencies pacstall
, build-essential
, etc
An AUR-inspired package manager for Ubuntu
2. Change Default Shell
3. Helix (Editor) (Optional)
Setup Helix
4. Setup Rust Environment
5. Starship (shell prompt)
Since using snap
to install starship the ~/.config/starship.toml
won’t work, so here using cargo
instead.
Starship Configuration is inside this article
6. Zoxide (autojump like)
7. Zinit (zsh plugin manager)
install zinit
8. ZshRC
Make colors to work properly in Helix editor by setting
COLORTERM=truecolor
link
Completion
Setup completion
Softwares (Optional)