/arch

Alex's Arch Linux Installation And Dotfiles

Primary LanguageLua

What Is This Repo?

My dotfiles, managed by rcm, as well as some documentation.

Documentation

Arch Installation

Arch Troubleshooting

Note To Users

If you wish to use these dotfiles, it is advisable to fork this repository. I frequently make large changes that may break your environmont.

"Desktop Environment"

There is no DE, just a console login which starts a wayland compositor or X11, depending on $XDG_VTNR

Wayland:

X:

Tools:

Dotfiles Installation

git clone git@github.com:alex-courtis/arch.git ~/.dotfiles
RCRC="${HOME}/.dotfiles/rcrc" rcup -v

rcup-root

su -
chsh -s /bin/zsh
ln -s /home/alex/.dotfiles .
RCRC="${HOME}/.dotfiles/rcrc" rcup -v

See rcm for day to day operations.