Skip to content

polyzen/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

base
├── .config
│   ├── nvim
│   │   ├── init.lua
│   │   ├── lua
│   │   │   ├── lsp.lua
│   │   │   └── plugins.lua
│   │   ├── selene.toml
│   │   └── vim.yml
│   ├── tmux
│   │   └── tmux.conf
│   └── yamllint
│       └── config
├── .editorconfig
├── .local
│   └── fpath
│       └── disambiguate-keeplast
└── .zshrc
misc
└── .config
    └── urlwatch
        └── hooks.py
workstation
├── .config
│   ├── afew
│   │   └── config
│   ├── alacritty
│   │   ├── alacritty.toml
│   │   ├── gruvbox_dark.toml
│   │   └── gruvbox_light.toml
│   ├── fontconfig
│   │   └── fonts.conf
│   ├── git
│   │   └── config
│   ├── himalaya
│   │   └── config.toml
│   ├── i3
│   │   └── config
│   ├── i3status
│   │   └── config
│   ├── mpv
│   │   ├── config
│   │   └── input.conf
│   ├── msmtp
│   │   └── config
│   ├── newsboat
│   │   └── config
│   ├── notmuch
│   │   └── default
│   │       └── config
│   ├── rofi
│   │   └── config.rasi
│   ├── rofimoji.rc
│   ├── sxhkd
│   │   └── sxhkdrc
│   └── user-dirs.dirs
├── .local
│   └── bin
│       ├── geturls.py
│       ├── pomodoro
│       ├── shot
│       └── shuffiles
├── .mail
│   └── .notmuch
│       └── hooks
│           ├── post-new
│           └── pre-new
├── .mbsyncrc
├── .mozilla
│   └── firefox
│       ├── userChrome.css
│       └── user.js
├── .xinitrc
├── .Xresources
└── .zprofile