dotfiles/scripts
2022-12-24 18:25:22 +00:00
..
installs Removal of UTM and metaspoit 2022-11-18 15:51:01 +00:00
linux Adds stuff in dconf prefs applier 2022-12-24 18:25:22 +00:00
macos-setup Restart affected apps when done 2022-11-18 15:50:18 +00:00
README.txt Updates file list docs for scripts dir 2022-11-06 14:42:56 +00:00

Lissy93/Dotfiles - Scripts 📜
----------------------------

A set of Bash scripts for automating the setup and management of various systems.

dotfiles/scripts/
├── installs/
│  ├── arch-pacman.sh     Package installations using via for Arch-based systems
│  ├── Brewfile           Packages to be installed via Homebrew on MacOS
│  ├── flatpak.sh         Desktop apps to be installed on Linux GUI systems via Flatpak
│  ├── alpine-pkg.sh      Package installations using pkg for Alpine-based systems
│  └── prerequisites.sh   Cross-distro installation of prerequisite core packages
├── linux/
│  └── dconf-prefs.sh     Apply preferences to (mostly GNOME apps) via dconf utility
└── macos-setup/
   ├── macos-apps.sh      Apply preferences to user applications (Finder, Mail, Terminal, etc)
   ├── macos-prefs.sh     Apply user MacOS preferences (spotlight, colors, behaviour, etc)
   └── macos-security.sh  Apply essential MacOS security settings


Source: https://github.com/Lissy93/dotfiles/tree/master/scripts
Licensed under MIT (C) Alicia Sykes 2022 <https://aliciasykes.com>