Skip to content

Latest commit

 

History

History
41 lines (34 loc) · 1.06 KB

README.md

File metadata and controls

41 lines (34 loc) · 1.06 KB

dotfiles

There's no place like ~/

screenshot

 dunst      > notification daemon
 git        > git config and aliases
 gpg        > gpg-agent config
 i3         > tiling window manager
 mutt       > email client
 nvim       > text editor config
 picom      > pico compositor
 polybar    > status bar
 ranger     > file manager
 redshift   > screen color temperature
 rofi       > application launcher
 spells     > some automation scripts
 ssh        > ssh-agent service config
 tmux       > terminal multiplexer
 urxvt      > 256 color terminal and some extensions
 vscode     > code editor
 xmap       > some keybindings
 zathura    > document viewer
 zsh        > plugins, themes, and config

Usage

I use stow to manage my dotfiles

git clone https://github.com/aeolyus/dotfiles.git ~/dotfiles
cd ~/dotfiles
stow zsh # ...and whatever else you want

nix

The directory is an ongoing attempt to create a deterministic, hermetic configuration using nix for both macOS and Linux.