Skip to content

🗄️ Configuration files, managed by Stow. Mirror of https://gitlab.com/polyzen/dotfiles

Notifications You must be signed in to change notification settings

polyzen/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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