Collection of system configurations
Go to file
2024-07-16 04:41:41 -04:00
.config (xmobar): lower battery interval 2024-07-16 04:41:41 -04:00
.local (zsh): convert bash data to zsh + try some plugins 2024-07-16 04:39:57 -04:00
.gitmodules (zsh): convert bash data to zsh + try some plugins 2024-07-16 04:39:57 -04:00
.xinitrc update X files to change themes and autostart 2024-07-12 12:22:07 -04:00
.Xresources (st, dmenu): set colorscheme to gruvbox 2024-07-16 04:40:52 -04:00
.zprofile (zsh): convert bash data to zsh + try some plugins 2024-07-16 04:39:57 -04:00
.zshrc (zsh): convert bash data to zsh + try some plugins 2024-07-16 04:39:57 -04:00
README.md change xmo* casing in README 2024-07-12 12:32:03 -04:00

dotfiles

This repository includes the setup data and configurations for my Linux machines, both desktop and server.

My primary shell is Bash, and on the desktop I primarily use xmonad with xmobar. Most things are self-explanatory.

Installation

Do note if you'd like to use the xmobar and xmonad configs, you need to have Cabal installed. I use GHCup, and have added ~/.cabal/bin to my $PATH.

Symlink all files using:

$ stow -Rt ~ .

cd into both the xmobar and xmonad directories, and run:

$ cabal install

TODO

  • Organize scripts for xmobar, such as the pipe for volume.
  • Combine cabal projects for both xmobar and xmonad, so it's easier to install.