Skip to content

Almighty42/Nordic-Arch-Dotfiles

Repository files navigation

Nordic Arch Dotfiles Banner(1)


Introduction

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.

Preview

Description of Image 1 Description of Image 2
Description of Image 3 Description of Image 4
Description of Image 5 Description of Image 6

Installation

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.

The manual way

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 | bash

This will wipe your local dotfiles, back them up!

Scripted installation for packages

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.

1. Run the script

Run the previously mentioned script

curl -fsSL https://raw.githubusercontent.com/Almighty42/Nordic-Arch-Dotfiles/main/install.sh | bash

2. Install aconfmgr tool

Run 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 -si

3. Run the aconfmgr apply command

Simply run

aconfmgr apply

And 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.

4. Finishing touches

First make sure you are connected to the internet

nmtui

Set the default shell as ZSH

chsh -s /bin/zsh

Specs

Credits

These are some of the linux rices / configs I took inspiration from and used in my dotfiles:

About

Arch based Linux rice based on the Nord/ic theme

Topics

Resources

Stars

3 stars

Watchers

1 watching

Forks

Contributors