This repository can be used to init your system/user settings
sudo apt-get install -y git && \
git clone https://github.com/maximehk/new_setup.git && \
./new_setup/init.sh
or if you want to install additional apps (docker, anaconda3 and gcloud):
sudo apt-get install -y git && \
git clone https://github.com/maximehk/new_setup.git && \
./new_setup/init.sh --install-apps
It pulls from the following github repositories:
- https://github.com/maximehk/mr myrepos config files
- https://github.com/maximehk/tmux
- https://github.com/maximehk/vim
- https://github.com/maximehk/zsh
It also installs:
- all the packages in packages.txt
- anconda3
- docker
- gcloud