Skip to content

Latest commit

 

History

History
54 lines (41 loc) · 1.76 KB

README.md

File metadata and controls

54 lines (41 loc) · 1.76 KB

My Linux dotfiles

My personal Archlinux configuration (I use i3 window manager). These are targeted for my usecase, but I hope they can be useful for you.

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: