-
Notifications
You must be signed in to change notification settings - Fork 0
🗄️ Configuration files, managed by Stow. Mirror of https://gitlab.com/polyzen/dotfiles
polyzen/dotfiles
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
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
└── 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
About
🗄️ Configuration files, managed by Stow. Mirror of https://gitlab.com/polyzen/dotfiles