dotfiles/scripts
2023-12-18 21:38:39 +00:00
..
installs Merge branch 'master' of github.com:Lissy93/dotfiles 2023-12-18 21:38:39 +00:00
linux Update scripts 2023-08-20 21:11:26 +01:00
macos-setup corrected various spelling errors 2023-03-16 17:26:44 +00:00
README.txt Puts file structure in table 2022-12-21 21:58:03 +00:00

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

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

╭───────────────────────────┬─────────────────────────────────────────────────────────────────╮
│ File Path                 │  Description                                                    │ 
╞═══════════════════════════╪═════════════════════════════════════════════════════════════════╡
│ 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       │
│ │  ├── debian-apt.sh      │  Package installs via apt-get for Ubuntu / Debain-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                         │
│    ├── macos-prefs.sh     │  Apply user MacOS system preferences                            │
│    └── 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> ┃
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛