# Jordyn's dotfiles Collected, once again. ``` `tree -a -I .git` . ├── README.md ├── colors ├── emacs │   ├── configurations.el │   ├── functions.el │   └── worklog.el ├── scripts │   ├── obstrat │   └── pragprog ├── shell │   ├── aliases │   ├── fish │   │   ├── config.fish │   │   └── functions │   │   └── fish_prompt.fish │   └── zsh ├── tmux │   └── .tmux.conf ├── vim │   └── .vimrc ├── x │   └── .Xresources ├── xmobar │   └── .xmobarrc └── xmonad └── .xmonad └── xmonad.hs 11 directories, 16 files ```