Skip to content

luisabfs/workstation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Workstation

Ansible playbook to ✨automagically✨ install my workstation tools.

Disclaimer:
These scripts are MacOS M1/Ubuntu related with major version 18+, for other distributions you'll need to adapt it. Read the correspondent .yaml file before applying and be sure to understand everything that will be done.

Steps

Type your password when asked to give root permissions for some actions.

MacOS M1

  1. Install XCode command line tools
xcode-select --install
  1. Install Homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
  1. Add Homebrew to your PATH
(echo; echo 'eval "$(/opt/homebrew/bin/brew shellenv)"') >> /Users/$YOUR_DEVICE_NAME/.zprofile
eval "$(/opt/homebrew/bin/brew shellenv)"
  1. Install Ansible
brew install ansible
  1. Clone this repository
git clone https://github.com/luisabfs/workstation.git
  1. Apply the configuration
ansible-playbook workstation/macos.yaml --ask-become-pass

Ubuntu

  1. Install Ansible
sudo apt update && sudo apt install ansible unzip git -y
  1. Clone this repository
git clone https://github.com/luisabfs/workstation.git
  1. Apply the configuration
ansible-playbook workstation/ubuntu.yaml --ask-become-pass

Links

About

Ansible playbook to ✨automagically✨ install my workstation tools.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published