- Copy/create dotfiles
- Setup proxy (if behind proxy network)
/etc/environment:
http_proxy="http..."/etc/apt/apt.conf:
Acquire::http::proxy "http...";.profile
: export http_proxy=http...git config http.proxy http://user:pwd@ip:port
- Run
sudo update
- Install required packages:
- Run
sudo apt install build-essential
- Run
sudo apt install python3-pip