About
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.
- The following to enables drag and drop and better syntax highlight on ranger
- dragon - Simple drag-and-drop source/sink for X
- bat - Cat clone with syntax highlighting and git integration
- 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).
- Paper-icon-theme - Paper Icon theme for rofi and other menus.
- Dracula Theme - The theme I use for almost all configs.
For more information, checkout my
dotfiles repository.