Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.15 KB

README.md

File metadata and controls

34 lines (25 loc) · 1.15 KB

Maverick1872's Dotfiles

To use these dotfiles the following command will install Chezmoi, and then apply these dotfiles.

## Install chezmoi via your choice of package manager
# sudo pacman -S chezmoi
# brew install chezmoi

## Clone this repoo via ssh, run the interactive configuration, then apply the dotfiles
chezmoi init maverick1872 --ssh --apply

To leverage chezmoi in an interactive manner one must install the BitWarden CLI, login & unlock their vault, and then sync it accordingly PRIOR to running chezmoi init

Configure SDDM

The following commands will allow for leveraging the SDDM configuration. I'll be revisiting this determine how I want to manage this with Chezmoi or some alternative.

# Apply SDDM configuration
sudo ln -sf "${PWD}"/sddm/sddm.conf /etc/sddm.conf

# Make SDDM themes available
sudo ln -sf "${PWD}"/sddm/themes /usr/share/sddm/themes

# Xsetup for multiscreen configuration
sudo ln -sf "${PWD}"/sddm/Xsetup /usr/share/sddm/scripts/Xsetup

Reference Documentation