Updates file list docs for scripts dir

This commit is contained in:
Alicia Sykes 2022-11-06 14:42:56 +00:00
parent c51a58e584
commit 9350354b1d

View File

@ -4,18 +4,20 @@ Lissy93/Dotfiles - Scripts 📜
A set of Bash scripts for automating the setup and management of various systems. A set of Bash scripts for automating the setup and management of various systems.
* scripts/installs/ OS / distro specific package installation / update scripts dotfiles/scripts/
* Brewfile Packages to be installed via Homebrew on MacOS ├── installs/
* flatpak.sh Desktop apps to be installed on Linux GUI systems via Flatpak │ ├── arch-pacman.sh Package installations using via for Arch-based systems
* arch-pacman.sh Package installations using Pacman for Arch-based systems │ ├── Brewfile Packages to be installed via Homebrew on MacOS
* debian-apt.sh Package installations using apt for Debian-based systems │ ├── flatpak.sh Desktop apps to be installed on Linux GUI systems via Flatpak
* alpine-pkg.sh Package installations using pkg for Alpine-based systems │ ├── alpine-pkg.sh Package installations using pkg for Alpine-based systems
* scripts/macos-setup/ Scripts to automate the configuration of MacOS systems │ └── prerequisites.sh Cross-distro installation of prerequisite core packages
* macos-security.sh Apply essential MacOS security settings ├── linux/
* macos-preferences.sh Apply user MacOS preferences (spotlight, colors, behaviour, etc) │ └── dconf-prefs.sh Apply preferences to (mostly GNOME apps) via dconf utility
* macos-apps.sh Apply preferences to user applications (Finder, Mail, Terminal, etc) └── macos-setup/
* scripts/linux Scripts to configure standard Linux systems ├── macos-apps.sh Apply preferences to user applications (Finder, Mail, Terminal, etc)
* dconf-prefs.sh Apply preferences to (mostly GNOME apps) via dconf utility ├── 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 Source: https://github.com/Lissy93/dotfiles/tree/master/scripts
Licensed under MIT (C) Alicia Sykes 2022 <https://aliciasykes.com> Licensed under MIT (C) Alicia Sykes 2022 <https://aliciasykes.com>