These are my dotfiles for configuring my Arch Linux environment. These dotfiles are designed to work with a fresh Arch Linux installation. Included is an autoinstaller script that will help set up my preferred software and configurations quickly.
- Window Manager: i3
- Launcher: Rofi
- Terminal: Alacritty
- Shell: Zsh
- Compositor: Picom
- Code Editor: Neovim (nvim)
- Bootloader: Grub
If you're interested here is my nvim config.
Before running the installer, make sure you have:
- Arch Linux installed on your system.
- An internet connection to download and install packages.
To set up my environment, you can use the provided autoinstaller script. It will install the required packages, symlink the dotfiles, and configure your system according to my preferences.
git clone https://github.com/ivanpolanis/dotfiles
cd dotfiles
cp progs.csv ~/
chmod +x autoinstall.sh
sudo ./autoinstall.shMake sure to review the autoinstall.sh script before running it to ensure it aligns with your preferences.
These dotfiles are meant to provide you with a ready-to-use Arch Linux environment with my preferred configurations. You can customize them further to suit your needs.
Feel free to modify these dotfiles to suit your preferences. You can add or remove packages, change keybindings, and tweak configurations as needed.

