This is my dotfiles setting. You can use it to set the tools below
-
Run installation script inside the OS.
# Basic ./ubuntu2404/install.sh # Full (Package management / docker) ./ubuntu2404/install_full.sh
-
Change the shell:
chsh -s /bin/zsh
. -
Logout and then login (Also make some environmental variables take effect)
-
We use vim-plug to manage plugins here. Use
:PlugInstall
in vim to install packages. -
Install coc plugin in vim
:CocInstall coc-rust-analyzer coc-pyright
- If there is coc error while opening vim, it might be node version issue. Please use nvm to update node.