arch-automated-installer/README.md

91 lines
1.9 KiB
Markdown
Raw Normal View History

2024-06-09 10:10:59 +00:00
# Arch Automated Installer
## Contents
<!-- vim-markdown-toc GFM -->
- [Introduction](#introduction)
- [Usage](#usage)
2024-06-10 15:51:32 +00:00
- [Packages](#packages)
- [Shell](#shell)
- [Graphics Drivers](#graphics-drivers)
- [Audio Drivers](#audio-drivers)
- [Base Drivers](#base-drivers)
- [Bluetooth](#bluetooth)
- [Desktop Environment (i3wm)](#desktop-environment-i3wm)
- [Neovim](#neovim)
- [Steam](#steam)
2024-06-09 10:10:59 +00:00
<!-- vim-markdown-toc -->
## Introduction
2024-06-09 10:13:37 +00:00
This is an automated install script to ease the installation process.
2024-06-09 10:10:59 +00:00
2024-06-09 10:13:37 +00:00
I will list all the software that I am using and why. The reason that I am doing this now is that I feel that the best way to enjoy Linux is with tiling window managers, however they are quite a pain to set up. I am going to end up forgetting why I installed specific packages and what I am doing with them. This way I will have a history of essential packages so that I always remember.
2024-06-09 10:10:59 +00:00
2024-06-09 10:13:37 +00:00
## Usage
2024-06-09 10:28:43 +00:00
This script will require you get through to a minimal install of arch. Since the arch install script has gotten better it makes a lot more sense for this to be a post install set up.
2024-06-10 15:51:32 +00:00
## Packages
2024-06-09 10:28:43 +00:00
2024-06-10 15:51:32 +00:00
Desktop Environment and Utilities
2024-06-09 10:28:43 +00:00
2024-06-10 15:51:32 +00:00
### Shell
2024-06-09 10:28:43 +00:00
2024-06-10 15:51:32 +00:00
- zsh
2024-06-09 10:28:43 +00:00
2024-06-10 15:51:32 +00:00
### Graphics Drivers
2024-06-10 15:18:45 +00:00
2024-06-10 15:51:32 +00:00
- nvidia proprietary drivers
- xorg
- All xorg utils
- xrandr
- xinput/libinput
2024-06-10 15:18:45 +00:00
2024-06-10 15:51:32 +00:00
### Audio Drivers
2024-06-10 15:18:45 +00:00
2024-06-10 15:51:32 +00:00
#### Base Drivers
2024-06-09 10:28:43 +00:00
2024-06-10 15:51:32 +00:00
- pipewire
- wireplumber
- pavucontrol
2024-06-09 10:28:43 +00:00
2024-06-10 15:51:32 +00:00
#### Bluetooth
2024-06-10 15:18:45 +00:00
2024-06-10 15:51:32 +00:00
- bluez
- blueman
2024-06-10 15:18:45 +00:00
2024-06-10 15:51:32 +00:00
### Desktop Environment (i3wm)
Window Manager that I personally prefer.
2024-06-10 15:18:45 +00:00
2024-06-10 15:51:32 +00:00
- Terminal: kitty
- Display Manager: sddm
- Clipboard: xclip
- File Manager: TBD
- Terminal File Manager: lf
- Screenshot Utility: flameshot
- Encryption: gnupg with gpgagent
- Theming: lxappearance
- Password Manager: keepassxc
- Wallpaper: nitrogen
- Printers: TBD
- Compositor: picom
2024-06-11 11:21:44 +00:00
- Status bar: Polybar(for now)
2024-06-10 15:51:32 +00:00
### Neovim
- Telescope
- ripgrep
- fzf
- Mason
- git
- url or wget
- unzip
- grep
- tar
- gzip
### Steam