Playbooks created for setup my laptops and desktops (Linux and MacOS).
Install git and ansible
WARN For some strange reason on Pop!_OS the Ansible version shipped in the repo is not as updated as Debian version. Please install Ansible through official documentation
Install homebrew and ansible
In the scripts folder there are different launching options depending on your setup... here are some clarification:
baseInstall.shInstall a very resource friendly Xorg environment (tested on Archlinux, Debian testing, Artix Linux)devInstall.shInstall dependencies needed for my workflow (Requires a base role installation like base, wayland or gnome)gnome.shIt's the base Install but targeted towards Gnome desktop environment (tested on Pop OS and Ubuntu)wayland.shIt's the Wayland variant of the base installmacInstall.shBETA it's the devInstall targeted towards Apple machines with MacOS (tested on M1)
Other scripts found in the dedicated folder are very specific to my needs and require some tweaks to use
- Create a vault key file in your home at
~/.config/ansiblewith your decrypt password. If you don't want to use secrets just comment the line inansible.cfgfile - Change the user var in
group_vars/all.ymlaccordingly - Run one of the scripts in
scripts, for examplesh ./scripts/baseInstall.sh