arch
arch copied to clipboard
Alex's Arch Linux Installation And Dotfiles
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:
- river compositor
- wideriver window manager
- way-displays display manager
- slstatus status bar
X:
- dwm X window manager
- xlayoutdisplay X display manager
Tools:
- alacritty terminal
- neovim editor
- zsh zsh
- dual-function-keys
Dotfiles Installation
git clone [email protected]: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.