Skip to content

My personal Linux dotfiles

License

Notifications You must be signed in to change notification settings

geekymoose/dotfiles

Repository files navigation

My Linux dotfiles

My personal Archlinux configuration. These are targeted for my usecase, but feel free to it.

Features

Install

All the required packages are listed in the pkglist_pacman.txt file (Archlinux). You can comment any package from the file to skip its install.

# Install all required packages using pacman (Archlinux)
./exec_pacman.sh

Setup

I use GNU Stow to synchronize the settings. Each package in the src folder is organized the same way it lives on the local computer.

# Apply all symlinks
./exec_stow.sh

Resources

I saw other interesting techniques with git config. For further information, see these links: