Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 461 Bytes

init_fresh_ubuntu.md

File metadata and controls

19 lines (13 loc) · 461 Bytes

Init a fresh Ubuntu!

At first, you should make sure you have installed ssh, zsh, vim, etc. You can run following scripts directly.
sh scripts/init_a_fresh_ubuntu/{{ 1-6 }}.sh # 1 are required and 2-6 can be install as you want.
Secondly, you should run following command
sh ~/.Qdotfiles/scripts/bootstrap.sh # copy "dotfiles" to your home dir "~"
Third, you should source .zshrc
source ~/.zshrc