Skip to content

we-push-it/workstation-mint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

workstation-mint

some ansible scripts to setup a PUSH IT Workstation after installing Linux mint.

Planned:

... we will see ;)

What will be installed?

  • git setup
  • some console tools like: figlet, htop, curl, ...
  • install flameshot: best screenshot tool
  • visual studio code
  • copy PUSH IT Wallpapers to /usr/share/backgrounds

for more details check the playbooks by your own

Installation

Just clone the repo and run the ansible scripts or do with the installer.

Installation with installer

Login as root via ssh or local and run:

curl https://raw.githubusercontent.com/we-push-it/workstation-mint/master/install.sh | bash

or via user with sudo:

curl https://raw.githubusercontent.com/we-push-it/workstation-mint/master/install.sh | sudo bash

Remove some (maybe) unwanted Tools?

Remove Thunderbird

sudo ANSIBLE_NOCOWS=1 ansible-playbook -v ./playbooks/purge-thunderbird/purge-thunderbird.yml

Remove Libreoffice

sudo ANSIBLE_NOCOWS=1 ansible-playbook -v ./playbooks/purge-libreoffice/purge-libreoffice.yml

Install additional things

Chromium

sudo ANSIBLE_NOCOWS=1 ansible-playbook -v ./playbooks/chromium/chromium.yml

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages