Skip to content

robsonrod/setup-workstation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Setup workstation

This project sets my workstation up, and after running the main script, everything will be ready quickly and cleanly.

Disclaimer

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.

Preparing

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)

Others

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages