This project sets my workstation up, and after running the main script, everything will be ready quickly and cleanly.
This project installs and sets things up the way I like them. Check my dotfiles to see my config. Please copy everything that seems applicable to you.
This project works with ansible and git to accomplish its goals before running the main script install them.
- Install ansible and git
sudo apt install ansible git -y
- Clone this repository
git clone https://github.com/robsonrod/setup-workstation.git
- Execute the main script
./install.sh -f
- Options:
-
- -f it means complete installation
-
- -c it means check installation(do not make any changes)
I have been using i3-wm with i3status-rs as my status bar. If you want to use my config, I suggest you compile and install i3status-rs following the official instructions
The inspiration for this project was Caio's tools