This is my first linux rice - Arch based with a focus on the Nord/ic color pallete.
Keep in mind that you probably won't need most of the programs and configs present here, pick what you need and discard the rest.
IMPORTANT - I do not 100% guarantee that the following script/s will correctly install the included packages on your machine. You are better off installing the tools / packages manually yourself.
Simply run this script in your home directory ( /home/<your-username>/ ) and then choose which tools / packages to install on your machine by going trough the .config folder. This script requires git so make sure you have it on your machine!
curl -fsSL https://raw.githubusercontent.com/Almighty42/Nordic-Arch-Dotfiles/main/install.sh | bashThis will wipe your local dotfiles, back them up!
IMPORTANT - Aconfmgr tool will delete data indiscriminately. Use this tool only on a fresh arch install or on a backed up system.
If you don't want to install packages yourself, you can use aconfmgr tool to do the boring part for you. This tool is not developed by me, and it may or may not install everything correctly. Bugs related to the tool itself can also occur, although I've found it to be stable enough for my own needs.
Run the previously mentioned script
curl -fsSL https://raw.githubusercontent.com/Almighty42/Nordic-Arch-Dotfiles/main/install.sh | bashRun the following command in your terminal, and follow trough the installation process. If something fails, try manually installing the package from AUR.
git clone https://aur.archlinux.org/aconfmgr-git.git && cd aconfmgr-git && makepkg -siSimply run
aconfmgr applyAnd go trough the installation process. If prompted with a Y/N - type Y. If yay offers a couple of diffrent versions for some package you can just press enter ( the default option ). Once the command finished work, reboot.
First make sure you are connected to the internet
nmtuiSet the default shell as ZSH
chsh -s /bin/zsh- OS : Linux Arch
- Graphical server : X11
- WM : AwesomeWM
- Notifications daemon : Dunst
- IDE : Neovim ( modified kickstart config )
- Bar : Polybar ( modified Murzchnvok config )
- Terminal : Wezterm
- Shell : ZSH ( powerlevel10k, oh-my-zsh )
- App launcher : rofi ( modified adi1090x config )
- File explorer : Ranger
- Browser : Firefox ( modified config )
- Fonts : Mostly FiraCode-Nerd-Font
- Fetch : Neofetch
- Compositor : Picom
- Backup mangement : Custom scripts
- Music player : Tauon-Music-Box ( Nord theme )
- Boot screen : Plymouth
These are some of the linux rices / configs I took inspiration from and used in my dotfiles:






