A Post-install script for base Arch Linux installation to use with my dotfiles.
https://codingotaku.com/projects/arch-post-install
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 months ago | |
---|---|---|
LICENSE | 2 months ago | |
README.md | 2 months ago | |
install | 2 months ago | |
packages.csv | 2 months ago |
README.md
arch-post-install
A Post-install script for base Arch Linux installation to use with my dotfiles.
To install, run the following command in a terminal of your archlinux system.
curl -Lks https://codeberg.org/codingotaku/arch-post-install/raw/branch/main/install | /bin/bash
What does this install?
The script installs and configures the following
- i3-gaps - Tiling Window Manager (i3 works too!).
- i3-swallow - Swallow terminal on launch of gui apps from it.
- ly - A TUI Display manager.
- Alacritty - Modern terminal emulator written in Rust.
- espeak-ng - Multi-lingual software speech synthesizer.
- ranger - A VIM-inspired filemanager for the console.
- Neovim - Hyperextensible Vim-based text editor.
- rofi - Window switcher and application launcher.
- dunst - light weight notification daemon.
- feh - Fast and light image viewer.
- Flameshot - For screenshots.
- llpp - Lightweight PDF viewer (with vi like keybindings).
- Arc-icon-theme - Arc Icon theme for rofi and other menus.
- Dracula Theme - The theme I use for almost all configs
- GTK applications Theme - Dracula theme for GTK Applications.
For more information, checkout my dotfiles repository.