├── .gitignore ├── .gitmodules ├── README.md ├── alacritty └── .config │ └── alacritty │ └── alacritty.yml ├── deploy.sh ├── font ├── .gitignore ├── input │ ├── Input │ │ ├── Input-BoldItalic_(InputSansCondensed-BoldItalic).ttf │ │ ├── Input-BoldItalic_(InputSansCondensed-MediumItalic).ttf │ │ ├── Input-Bold_(InputSansCondensed-Bold).ttf │ │ ├── Input-Bold_(InputSansCondensed-Medium).ttf │ │ ├── Input-Italic_(InputSansCondensed-Italic).ttf │ │ ├── Input-Italic_(InputSansCondensed-LightItalic).ttf │ │ ├── Input-Regular_(InputSansCondensed-Light).ttf │ │ └── Input-Regular_(InputSansCondensed-Regular).ttf │ ├── InputMono │ │ ├── InputMono │ │ │ ├── InputMono-Black.ttf │ │ │ ├── InputMono-BlackItalic.ttf │ │ │ ├── InputMono-Bold.ttf │ │ │ ├── InputMono-BoldItalic.ttf │ │ │ ├── InputMono-ExtraLight.ttf │ │ │ ├── InputMono-ExtraLightItalic.ttf │ │ │ ├── InputMono-Italic.ttf │ │ │ ├── InputMono-Light.ttf │ │ │ ├── InputMono-LightItalic.ttf │ │ │ ├── InputMono-Medium.ttf │ │ │ ├── InputMono-MediumItalic.ttf │ │ │ ├── InputMono-Regular.ttf │ │ │ ├── InputMono-Thin.ttf │ │ │ └── InputMono-ThinItalic.ttf │ │ ├── InputMonoCompressed │ │ │ ├── InputMonoCompressed-Black.ttf │ │ │ ├── InputMonoCompressed-BlackItalic.ttf │ │ │ ├── InputMonoCompressed-Bold.ttf │ │ │ ├── InputMonoCompressed-BoldItalic.ttf │ │ │ ├── InputMonoCompressed-ExtraLight.ttf │ │ │ ├── InputMonoCompressed-ExtraLightItalic.ttf │ │ │ ├── InputMonoCompressed-Italic.ttf │ │ │ ├── InputMonoCompressed-Light.ttf │ │ │ ├── InputMonoCompressed-LightItalic.ttf │ │ │ ├── InputMonoCompressed-Medium.ttf │ │ │ ├── InputMonoCompressed-MediumItalic.ttf │ │ │ ├── InputMonoCompressed-Regular.ttf │ │ │ ├── InputMonoCompressed-Thin.ttf │ │ │ └── InputMonoCompressed-ThinItalic.ttf │ │ ├── InputMonoCondensed │ │ │ ├── InputMonoCondensed-Black.ttf │ │ │ ├── InputMonoCondensed-BlackItalic.ttf │ │ │ ├── InputMonoCondensed-Bold.ttf │ │ │ ├── InputMonoCondensed-BoldItalic.ttf │ │ │ ├── InputMonoCondensed-ExtraLight.ttf │ │ │ ├── InputMonoCondensed-ExtraLightItalic.ttf │ │ │ ├── InputMonoCondensed-Italic.ttf │ │ │ ├── InputMonoCondensed-Light.ttf │ │ │ ├── InputMonoCondensed-LightItalic.ttf │ │ │ ├── InputMonoCondensed-Medium.ttf │ │ │ ├── InputMonoCondensed-MediumItalic.ttf │ │ │ ├── InputMonoCondensed-Regular.ttf │ │ │ ├── InputMonoCondensed-Thin.ttf │ │ │ └── InputMonoCondensed-ThinItalic.ttf │ │ └── InputMonoNarrow │ │ │ ├── InputMonoNarrow-Black.ttf │ │ │ ├── InputMonoNarrow-BlackItalic.ttf │ │ │ ├── InputMonoNarrow-Bold.ttf │ │ │ ├── InputMonoNarrow-BoldItalic.ttf │ │ │ ├── InputMonoNarrow-ExtraLight.ttf │ │ │ ├── InputMonoNarrow-ExtraLightItalic.ttf │ │ │ ├── InputMonoNarrow-Italic.ttf │ │ │ ├── InputMonoNarrow-Light.ttf │ │ │ ├── InputMonoNarrow-LightItalic.ttf │ │ │ ├── InputMonoNarrow-Medium.ttf │ │ │ ├── InputMonoNarrow-MediumItalic.ttf │ │ │ ├── InputMonoNarrow-Regular.ttf │ │ │ ├── InputMonoNarrow-Thin.ttf │ │ │ └── InputMonoNarrow-ThinItalic.ttf │ ├── InputSans │ │ ├── InputSans │ │ │ ├── InputSans-Black.ttf │ │ │ ├── InputSans-BlackItalic.ttf │ │ │ ├── InputSans-Bold.ttf │ │ │ ├── InputSans-BoldItalic.ttf │ │ │ ├── InputSans-ExtraLight.ttf │ │ │ ├── InputSans-ExtraLightItalic.ttf │ │ │ ├── InputSans-Italic.ttf │ │ │ ├── InputSans-Light.ttf │ │ │ ├── InputSans-LightItalic.ttf │ │ │ ├── InputSans-Medium.ttf │ │ │ ├── InputSans-MediumItalic.ttf │ │ │ ├── InputSans-Regular.ttf │ │ │ ├── InputSans-Thin.ttf │ │ │ └── InputSans-ThinItalic.ttf │ │ ├── InputSansCompressed │ │ │ ├── InputSansCompressed-Black.ttf │ │ │ ├── InputSansCompressed-BlackItalic.ttf │ │ │ ├── InputSansCompressed-Bold.ttf │ │ │ ├── InputSansCompressed-BoldItalic.ttf │ │ │ ├── InputSansCompressed-ExtraLight.ttf │ │ │ ├── InputSansCompressed-ExtraLightItalic.ttf │ │ │ ├── InputSansCompressed-Italic.ttf │ │ │ ├── InputSansCompressed-Light.ttf │ │ │ ├── InputSansCompressed-LightItalic.ttf │ │ │ ├── InputSansCompressed-Medium.ttf │ │ │ ├── InputSansCompressed-MediumItalic.ttf │ │ │ ├── InputSansCompressed-Regular.ttf │ │ │ ├── InputSansCompressed-Thin.ttf │ │ │ └── InputSansCompressed-ThinItalic.ttf │ │ ├── InputSansCondensed │ │ │ ├── InputSansCondensed-Black.ttf │ │ │ ├── InputSansCondensed-BlackItalic.ttf │ │ │ ├── InputSansCondensed-Bold.ttf │ │ │ ├── InputSansCondensed-BoldItalic.ttf │ │ │ ├── InputSansCondensed-ExtraLight.ttf │ │ │ ├── InputSansCondensed-ExtraLightItalic.ttf │ │ │ ├── InputSansCondensed-Italic.ttf │ │ │ ├── InputSansCondensed-Light.ttf │ │ │ ├── InputSansCondensed-LightItalic.ttf │ │ │ ├── InputSansCondensed-Medium.ttf │ │ │ ├── InputSansCondensed-MediumItalic.ttf │ │ │ ├── InputSansCondensed-Regular.ttf │ │ │ ├── InputSansCondensed-Thin.ttf │ │ │ └── InputSansCondensed-ThinItalic.ttf │ │ └── InputSansNarrow │ │ │ ├── InputSansNarrow-Black.ttf │ │ │ ├── InputSansNarrow-BlackItalic.ttf │ │ │ ├── InputSansNarrow-Bold.ttf │ │ │ ├── InputSansNarrow-BoldItalic.ttf │ │ │ ├── InputSansNarrow-ExtraLight.ttf │ │ │ ├── InputSansNarrow-ExtraLightItalic.ttf │ │ │ ├── InputSansNarrow-Italic.ttf │ │ │ ├── InputSansNarrow-Light.ttf │ │ │ ├── InputSansNarrow-LightItalic.ttf │ │ │ ├── InputSansNarrow-Medium.ttf │ │ │ ├── InputSansNarrow-MediumItalic.ttf │ │ │ ├── InputSansNarrow-Regular.ttf │ │ │ ├── InputSansNarrow-Thin.ttf │ │ │ └── InputSansNarrow-ThinItalic.ttf │ ├── InputSerif │ │ ├── InputSerif │ │ │ ├── InputSerif-Black.ttf │ │ │ ├── InputSerif-BlackItalic.ttf │ │ │ ├── InputSerif-Bold.ttf │ │ │ ├── InputSerif-BoldItalic.ttf │ │ │ ├── InputSerif-ExtraLight.ttf │ │ │ ├── InputSerif-ExtraLightItalic.ttf │ │ │ ├── InputSerif-Italic.ttf │ │ │ ├── InputSerif-Light.ttf │ │ │ ├── InputSerif-LightItalic.ttf │ │ │ ├── InputSerif-Medium.ttf │ │ │ ├── InputSerif-MediumItalic.ttf │ │ │ ├── InputSerif-Regular.ttf │ │ │ ├── InputSerif-Thin.ttf │ │ │ └── InputSerif-ThinItalic.ttf │ │ ├── InputSerifCompressed │ │ │ ├── InputSerifCompressed-Black.ttf │ │ │ ├── InputSerifCompressed-BlackItalic.ttf │ │ │ ├── InputSerifCompressed-Bold.ttf │ │ │ ├── InputSerifCompressed-BoldItalic.ttf │ │ │ ├── InputSerifCompressed-ExtraLight.ttf │ │ │ ├── InputSerifCompressed-ExtraLightItalic.ttf │ │ │ ├── InputSerifCompressed-Italic.ttf │ │ │ ├── InputSerifCompressed-Light.ttf │ │ │ ├── InputSerifCompressed-LightItalic.ttf │ │ │ ├── InputSerifCompressed-Medium.ttf │ │ │ ├── InputSerifCompressed-MediumItalic.ttf │ │ │ ├── InputSerifCompressed-Regular.ttf │ │ │ ├── InputSerifCompressed-Thin.ttf │ │ │ └── InputSerifCompressed-ThinItalic.ttf │ │ ├── InputSerifCondensed │ │ │ ├── InputSerifCondensed-Black.ttf │ │ │ ├── InputSerifCondensed-BlackItalic.ttf │ │ │ ├── InputSerifCondensed-Bold.ttf │ │ │ ├── InputSerifCondensed-BoldItalic.ttf │ │ │ ├── InputSerifCondensed-ExtraLight.ttf │ │ │ ├── InputSerifCondensed-ExtraLightItalic.ttf │ │ │ ├── InputSerifCondensed-Italic.ttf │ │ │ ├── InputSerifCondensed-Light.ttf │ │ │ ├── InputSerifCondensed-LightItalic.ttf │ │ │ ├── InputSerifCondensed-Medium.ttf │ │ │ ├── InputSerifCondensed-MediumItalic.ttf │ │ │ ├── InputSerifCondensed-Regular.ttf │ │ │ ├── InputSerifCondensed-Thin.ttf │ │ │ └── InputSerifCondensed-ThinItalic.ttf │ │ └── InputSerifNarrow │ │ │ ├── InputSerifNarrow-Black.ttf │ │ │ ├── InputSerifNarrow-BlackItalic.ttf │ │ │ ├── InputSerifNarrow-Bold.ttf │ │ │ ├── InputSerifNarrow-BoldItalic.ttf │ │ │ ├── InputSerifNarrow-ExtraLight.ttf │ │ │ ├── InputSerifNarrow-ExtraLightItalic.ttf │ │ │ ├── InputSerifNarrow-Italic.ttf │ │ │ ├── InputSerifNarrow-Light.ttf │ │ │ ├── InputSerifNarrow-LightItalic.ttf │ │ │ ├── InputSerifNarrow-Medium.ttf │ │ │ ├── InputSerifNarrow-MediumItalic.ttf │ │ │ ├── InputSerifNarrow-Regular.ttf │ │ │ ├── InputSerifNarrow-Thin.ttf │ │ │ └── InputSerifNarrow-ThinItalic.ttf │ └── SETTINGS.txt ├── mk.py ├── mk.sh ├── original.zip └── templates │ ├── Bold.txt │ ├── BoldItalic.txt │ ├── Italic.txt │ └── Regular.txt ├── git ├── .git-template │ └── hooks │ │ ├── post-checkout │ │ ├── post-merge │ │ └── readme.gitignore └── .gitconfig ├── homepage └── .config │ └── homepage │ └── index.html ├── kanshi └── .config │ └── kanshi │ └── config ├── mako └── .config │ └── mako │ └── config ├── mpd └── .config │ └── mpd │ └── mpd.conf ├── mpv └── .config │ └── mpv │ ├── config │ └── input.conf ├── nano └── .nanorc ├── ncmpcpp └── .config │ └── ncmpcpp │ └── config ├── neomutt └── .config │ └── mutt │ ├── gruvbox.mutt │ ├── mail.png │ ├── mailcap │ ├── muttrc │ └── victor.franzi_gmail.com ├── nvim └── .config │ └── nvim │ ├── colors │ ├── github.vim │ └── newbz.vim │ ├── init.lua │ ├── lua │ └── utils.lua │ └── templates │ ├── skeleton.py │ └── skeleton.sh ├── pacman └── etc │ ├── pacman.conf │ └── pacman.d │ └── hooks │ ├── mirrorlist-upgrade.hook │ ├── pacfiles.hook │ ├── pkgclean-remove.hook │ ├── pkgclean-upgrade.hook │ └── systemd-boot.hook ├── qutebrowser └── .config │ └── qutebrowser │ ├── config.py │ ├── no-cookies.js │ ├── quickmarks │ └── stylesheet.css ├── ssh └── etc │ └── ssh │ ├── authorized_keys │ └── sshd_config ├── sway ├── .XCompose └── .config │ └── sway │ ├── config │ └── rbw_get.sh ├── swaylock └── .config │ └── swaylock │ └── config ├── tmux └── .tmux.conf ├── wallpaper └── .wallpapers │ ├── arch.png │ ├── arch.sh │ ├── mario_map.png │ ├── pokemon_poliwhirl.jpg │ ├── text.png │ └── windows_trippy.jpg ├── waybar └── .config │ └── waybar │ ├── config │ └── style.css ├── zathura └── .config │ └── zathura │ └── zathurarc └── zsh ├── .zprofile.graphic ├── .zprofile.server ├── .zsh.d ├── alias.zsh ├── binds.zsh ├── colors.zsh ├── completion.zsh ├── functions.zsh ├── history.zsh ├── main.zsh ├── plugins.zsh ├── prompt.zsh └── variables.zsh └── .zshrc /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/.gitmodules -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/README.md -------------------------------------------------------------------------------- /alacritty/.config/alacritty/alacritty.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/alacritty/.config/alacritty/alacritty.yml -------------------------------------------------------------------------------- /deploy.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/deploy.sh -------------------------------------------------------------------------------- /font/.gitignore: -------------------------------------------------------------------------------- 1 | output/ 2 | -------------------------------------------------------------------------------- /font/input/Input/Input-BoldItalic_(InputSansCondensed-BoldItalic).ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/Input/Input-BoldItalic_(InputSansCondensed-BoldItalic).ttf -------------------------------------------------------------------------------- /font/input/Input/Input-BoldItalic_(InputSansCondensed-MediumItalic).ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/Input/Input-BoldItalic_(InputSansCondensed-MediumItalic).ttf -------------------------------------------------------------------------------- /font/input/Input/Input-Bold_(InputSansCondensed-Bold).ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/Input/Input-Bold_(InputSansCondensed-Bold).ttf -------------------------------------------------------------------------------- /font/input/Input/Input-Bold_(InputSansCondensed-Medium).ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/Input/Input-Bold_(InputSansCondensed-Medium).ttf -------------------------------------------------------------------------------- /font/input/Input/Input-Italic_(InputSansCondensed-Italic).ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/Input/Input-Italic_(InputSansCondensed-Italic).ttf -------------------------------------------------------------------------------- /font/input/Input/Input-Italic_(InputSansCondensed-LightItalic).ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/Input/Input-Italic_(InputSansCondensed-LightItalic).ttf -------------------------------------------------------------------------------- /font/input/Input/Input-Regular_(InputSansCondensed-Light).ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/Input/Input-Regular_(InputSansCondensed-Light).ttf -------------------------------------------------------------------------------- /font/input/Input/Input-Regular_(InputSansCondensed-Regular).ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/Input/Input-Regular_(InputSansCondensed-Regular).ttf -------------------------------------------------------------------------------- /font/input/InputMono/InputMono/InputMono-Black.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputMono/InputMono/InputMono-Black.ttf -------------------------------------------------------------------------------- /font/input/InputMono/InputMono/InputMono-BlackItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputMono/InputMono/InputMono-BlackItalic.ttf -------------------------------------------------------------------------------- /font/input/InputMono/InputMono/InputMono-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputMono/InputMono/InputMono-Bold.ttf -------------------------------------------------------------------------------- /font/input/InputMono/InputMono/InputMono-BoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputMono/InputMono/InputMono-BoldItalic.ttf -------------------------------------------------------------------------------- /font/input/InputMono/InputMono/InputMono-ExtraLight.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputMono/InputMono/InputMono-ExtraLight.ttf -------------------------------------------------------------------------------- /font/input/InputMono/InputMono/InputMono-ExtraLightItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputMono/InputMono/InputMono-ExtraLightItalic.ttf -------------------------------------------------------------------------------- /font/input/InputMono/InputMono/InputMono-Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputMono/InputMono/InputMono-Italic.ttf -------------------------------------------------------------------------------- /font/input/InputMono/InputMono/InputMono-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputMono/InputMono/InputMono-Light.ttf -------------------------------------------------------------------------------- /font/input/InputMono/InputMono/InputMono-LightItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputMono/InputMono/InputMono-LightItalic.ttf -------------------------------------------------------------------------------- /font/input/InputMono/InputMono/InputMono-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputMono/InputMono/InputMono-Medium.ttf -------------------------------------------------------------------------------- /font/input/InputMono/InputMono/InputMono-MediumItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputMono/InputMono/InputMono-MediumItalic.ttf -------------------------------------------------------------------------------- /font/input/InputMono/InputMono/InputMono-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputMono/InputMono/InputMono-Regular.ttf -------------------------------------------------------------------------------- /font/input/InputMono/InputMono/InputMono-Thin.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputMono/InputMono/InputMono-Thin.ttf -------------------------------------------------------------------------------- /font/input/InputMono/InputMono/InputMono-ThinItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputMono/InputMono/InputMono-ThinItalic.ttf -------------------------------------------------------------------------------- /font/input/InputMono/InputMonoCompressed/InputMonoCompressed-Black.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputMono/InputMonoCompressed/InputMonoCompressed-Black.ttf -------------------------------------------------------------------------------- /font/input/InputMono/InputMonoCompressed/InputMonoCompressed-BlackItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputMono/InputMonoCompressed/InputMonoCompressed-BlackItalic.ttf -------------------------------------------------------------------------------- /font/input/InputMono/InputMonoCompressed/InputMonoCompressed-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputMono/InputMonoCompressed/InputMonoCompressed-Bold.ttf -------------------------------------------------------------------------------- /font/input/InputMono/InputMonoCompressed/InputMonoCompressed-BoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputMono/InputMonoCompressed/InputMonoCompressed-BoldItalic.ttf -------------------------------------------------------------------------------- /font/input/InputMono/InputMonoCompressed/InputMonoCompressed-ExtraLight.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputMono/InputMonoCompressed/InputMonoCompressed-ExtraLight.ttf -------------------------------------------------------------------------------- /font/input/InputMono/InputMonoCompressed/InputMonoCompressed-ExtraLightItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputMono/InputMonoCompressed/InputMonoCompressed-ExtraLightItalic.ttf -------------------------------------------------------------------------------- /font/input/InputMono/InputMonoCompressed/InputMonoCompressed-Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputMono/InputMonoCompressed/InputMonoCompressed-Italic.ttf -------------------------------------------------------------------------------- /font/input/InputMono/InputMonoCompressed/InputMonoCompressed-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputMono/InputMonoCompressed/InputMonoCompressed-Light.ttf -------------------------------------------------------------------------------- /font/input/InputMono/InputMonoCompressed/InputMonoCompressed-LightItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputMono/InputMonoCompressed/InputMonoCompressed-LightItalic.ttf -------------------------------------------------------------------------------- /font/input/InputMono/InputMonoCompressed/InputMonoCompressed-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputMono/InputMonoCompressed/InputMonoCompressed-Medium.ttf -------------------------------------------------------------------------------- /font/input/InputMono/InputMonoCompressed/InputMonoCompressed-MediumItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputMono/InputMonoCompressed/InputMonoCompressed-MediumItalic.ttf -------------------------------------------------------------------------------- /font/input/InputMono/InputMonoCompressed/InputMonoCompressed-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputMono/InputMonoCompressed/InputMonoCompressed-Regular.ttf -------------------------------------------------------------------------------- /font/input/InputMono/InputMonoCompressed/InputMonoCompressed-Thin.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputMono/InputMonoCompressed/InputMonoCompressed-Thin.ttf -------------------------------------------------------------------------------- /font/input/InputMono/InputMonoCompressed/InputMonoCompressed-ThinItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputMono/InputMonoCompressed/InputMonoCompressed-ThinItalic.ttf -------------------------------------------------------------------------------- /font/input/InputMono/InputMonoCondensed/InputMonoCondensed-Black.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputMono/InputMonoCondensed/InputMonoCondensed-Black.ttf -------------------------------------------------------------------------------- /font/input/InputMono/InputMonoCondensed/InputMonoCondensed-BlackItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputMono/InputMonoCondensed/InputMonoCondensed-BlackItalic.ttf -------------------------------------------------------------------------------- /font/input/InputMono/InputMonoCondensed/InputMonoCondensed-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputMono/InputMonoCondensed/InputMonoCondensed-Bold.ttf -------------------------------------------------------------------------------- /font/input/InputMono/InputMonoCondensed/InputMonoCondensed-BoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputMono/InputMonoCondensed/InputMonoCondensed-BoldItalic.ttf -------------------------------------------------------------------------------- /font/input/InputMono/InputMonoCondensed/InputMonoCondensed-ExtraLight.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputMono/InputMonoCondensed/InputMonoCondensed-ExtraLight.ttf -------------------------------------------------------------------------------- /font/input/InputMono/InputMonoCondensed/InputMonoCondensed-ExtraLightItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputMono/InputMonoCondensed/InputMonoCondensed-ExtraLightItalic.ttf -------------------------------------------------------------------------------- /font/input/InputMono/InputMonoCondensed/InputMonoCondensed-Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputMono/InputMonoCondensed/InputMonoCondensed-Italic.ttf -------------------------------------------------------------------------------- /font/input/InputMono/InputMonoCondensed/InputMonoCondensed-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputMono/InputMonoCondensed/InputMonoCondensed-Light.ttf -------------------------------------------------------------------------------- /font/input/InputMono/InputMonoCondensed/InputMonoCondensed-LightItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputMono/InputMonoCondensed/InputMonoCondensed-LightItalic.ttf -------------------------------------------------------------------------------- /font/input/InputMono/InputMonoCondensed/InputMonoCondensed-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputMono/InputMonoCondensed/InputMonoCondensed-Medium.ttf -------------------------------------------------------------------------------- /font/input/InputMono/InputMonoCondensed/InputMonoCondensed-MediumItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputMono/InputMonoCondensed/InputMonoCondensed-MediumItalic.ttf -------------------------------------------------------------------------------- /font/input/InputMono/InputMonoCondensed/InputMonoCondensed-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputMono/InputMonoCondensed/InputMonoCondensed-Regular.ttf -------------------------------------------------------------------------------- /font/input/InputMono/InputMonoCondensed/InputMonoCondensed-Thin.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputMono/InputMonoCondensed/InputMonoCondensed-Thin.ttf -------------------------------------------------------------------------------- /font/input/InputMono/InputMonoCondensed/InputMonoCondensed-ThinItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputMono/InputMonoCondensed/InputMonoCondensed-ThinItalic.ttf -------------------------------------------------------------------------------- /font/input/InputMono/InputMonoNarrow/InputMonoNarrow-Black.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputMono/InputMonoNarrow/InputMonoNarrow-Black.ttf -------------------------------------------------------------------------------- /font/input/InputMono/InputMonoNarrow/InputMonoNarrow-BlackItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputMono/InputMonoNarrow/InputMonoNarrow-BlackItalic.ttf -------------------------------------------------------------------------------- /font/input/InputMono/InputMonoNarrow/InputMonoNarrow-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputMono/InputMonoNarrow/InputMonoNarrow-Bold.ttf -------------------------------------------------------------------------------- /font/input/InputMono/InputMonoNarrow/InputMonoNarrow-BoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputMono/InputMonoNarrow/InputMonoNarrow-BoldItalic.ttf -------------------------------------------------------------------------------- /font/input/InputMono/InputMonoNarrow/InputMonoNarrow-ExtraLight.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputMono/InputMonoNarrow/InputMonoNarrow-ExtraLight.ttf -------------------------------------------------------------------------------- /font/input/InputMono/InputMonoNarrow/InputMonoNarrow-ExtraLightItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputMono/InputMonoNarrow/InputMonoNarrow-ExtraLightItalic.ttf -------------------------------------------------------------------------------- /font/input/InputMono/InputMonoNarrow/InputMonoNarrow-Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputMono/InputMonoNarrow/InputMonoNarrow-Italic.ttf -------------------------------------------------------------------------------- /font/input/InputMono/InputMonoNarrow/InputMonoNarrow-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputMono/InputMonoNarrow/InputMonoNarrow-Light.ttf -------------------------------------------------------------------------------- /font/input/InputMono/InputMonoNarrow/InputMonoNarrow-LightItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputMono/InputMonoNarrow/InputMonoNarrow-LightItalic.ttf -------------------------------------------------------------------------------- /font/input/InputMono/InputMonoNarrow/InputMonoNarrow-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputMono/InputMonoNarrow/InputMonoNarrow-Medium.ttf -------------------------------------------------------------------------------- /font/input/InputMono/InputMonoNarrow/InputMonoNarrow-MediumItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputMono/InputMonoNarrow/InputMonoNarrow-MediumItalic.ttf -------------------------------------------------------------------------------- /font/input/InputMono/InputMonoNarrow/InputMonoNarrow-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputMono/InputMonoNarrow/InputMonoNarrow-Regular.ttf -------------------------------------------------------------------------------- /font/input/InputMono/InputMonoNarrow/InputMonoNarrow-Thin.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputMono/InputMonoNarrow/InputMonoNarrow-Thin.ttf -------------------------------------------------------------------------------- /font/input/InputMono/InputMonoNarrow/InputMonoNarrow-ThinItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputMono/InputMonoNarrow/InputMonoNarrow-ThinItalic.ttf -------------------------------------------------------------------------------- /font/input/InputSans/InputSans/InputSans-Black.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputSans/InputSans/InputSans-Black.ttf -------------------------------------------------------------------------------- /font/input/InputSans/InputSans/InputSans-BlackItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputSans/InputSans/InputSans-BlackItalic.ttf -------------------------------------------------------------------------------- /font/input/InputSans/InputSans/InputSans-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputSans/InputSans/InputSans-Bold.ttf -------------------------------------------------------------------------------- /font/input/InputSans/InputSans/InputSans-BoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputSans/InputSans/InputSans-BoldItalic.ttf -------------------------------------------------------------------------------- /font/input/InputSans/InputSans/InputSans-ExtraLight.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputSans/InputSans/InputSans-ExtraLight.ttf -------------------------------------------------------------------------------- /font/input/InputSans/InputSans/InputSans-ExtraLightItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputSans/InputSans/InputSans-ExtraLightItalic.ttf -------------------------------------------------------------------------------- /font/input/InputSans/InputSans/InputSans-Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputSans/InputSans/InputSans-Italic.ttf -------------------------------------------------------------------------------- /font/input/InputSans/InputSans/InputSans-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputSans/InputSans/InputSans-Light.ttf -------------------------------------------------------------------------------- /font/input/InputSans/InputSans/InputSans-LightItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputSans/InputSans/InputSans-LightItalic.ttf -------------------------------------------------------------------------------- /font/input/InputSans/InputSans/InputSans-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputSans/InputSans/InputSans-Medium.ttf -------------------------------------------------------------------------------- /font/input/InputSans/InputSans/InputSans-MediumItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputSans/InputSans/InputSans-MediumItalic.ttf -------------------------------------------------------------------------------- /font/input/InputSans/InputSans/InputSans-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputSans/InputSans/InputSans-Regular.ttf -------------------------------------------------------------------------------- /font/input/InputSans/InputSans/InputSans-Thin.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputSans/InputSans/InputSans-Thin.ttf -------------------------------------------------------------------------------- /font/input/InputSans/InputSans/InputSans-ThinItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputSans/InputSans/InputSans-ThinItalic.ttf -------------------------------------------------------------------------------- /font/input/InputSans/InputSansCompressed/InputSansCompressed-Black.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputSans/InputSansCompressed/InputSansCompressed-Black.ttf -------------------------------------------------------------------------------- /font/input/InputSans/InputSansCompressed/InputSansCompressed-BlackItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputSans/InputSansCompressed/InputSansCompressed-BlackItalic.ttf -------------------------------------------------------------------------------- /font/input/InputSans/InputSansCompressed/InputSansCompressed-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputSans/InputSansCompressed/InputSansCompressed-Bold.ttf -------------------------------------------------------------------------------- /font/input/InputSans/InputSansCompressed/InputSansCompressed-BoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputSans/InputSansCompressed/InputSansCompressed-BoldItalic.ttf -------------------------------------------------------------------------------- /font/input/InputSans/InputSansCompressed/InputSansCompressed-ExtraLight.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputSans/InputSansCompressed/InputSansCompressed-ExtraLight.ttf -------------------------------------------------------------------------------- /font/input/InputSans/InputSansCompressed/InputSansCompressed-ExtraLightItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputSans/InputSansCompressed/InputSansCompressed-ExtraLightItalic.ttf -------------------------------------------------------------------------------- /font/input/InputSans/InputSansCompressed/InputSansCompressed-Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputSans/InputSansCompressed/InputSansCompressed-Italic.ttf -------------------------------------------------------------------------------- /font/input/InputSans/InputSansCompressed/InputSansCompressed-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputSans/InputSansCompressed/InputSansCompressed-Light.ttf -------------------------------------------------------------------------------- /font/input/InputSans/InputSansCompressed/InputSansCompressed-LightItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputSans/InputSansCompressed/InputSansCompressed-LightItalic.ttf -------------------------------------------------------------------------------- /font/input/InputSans/InputSansCompressed/InputSansCompressed-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputSans/InputSansCompressed/InputSansCompressed-Medium.ttf -------------------------------------------------------------------------------- /font/input/InputSans/InputSansCompressed/InputSansCompressed-MediumItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputSans/InputSansCompressed/InputSansCompressed-MediumItalic.ttf -------------------------------------------------------------------------------- /font/input/InputSans/InputSansCompressed/InputSansCompressed-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputSans/InputSansCompressed/InputSansCompressed-Regular.ttf -------------------------------------------------------------------------------- /font/input/InputSans/InputSansCompressed/InputSansCompressed-Thin.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputSans/InputSansCompressed/InputSansCompressed-Thin.ttf -------------------------------------------------------------------------------- /font/input/InputSans/InputSansCompressed/InputSansCompressed-ThinItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputSans/InputSansCompressed/InputSansCompressed-ThinItalic.ttf -------------------------------------------------------------------------------- /font/input/InputSans/InputSansCondensed/InputSansCondensed-Black.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputSans/InputSansCondensed/InputSansCondensed-Black.ttf -------------------------------------------------------------------------------- /font/input/InputSans/InputSansCondensed/InputSansCondensed-BlackItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputSans/InputSansCondensed/InputSansCondensed-BlackItalic.ttf -------------------------------------------------------------------------------- /font/input/InputSans/InputSansCondensed/InputSansCondensed-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputSans/InputSansCondensed/InputSansCondensed-Bold.ttf -------------------------------------------------------------------------------- /font/input/InputSans/InputSansCondensed/InputSansCondensed-BoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputSans/InputSansCondensed/InputSansCondensed-BoldItalic.ttf -------------------------------------------------------------------------------- /font/input/InputSans/InputSansCondensed/InputSansCondensed-ExtraLight.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputSans/InputSansCondensed/InputSansCondensed-ExtraLight.ttf -------------------------------------------------------------------------------- /font/input/InputSans/InputSansCondensed/InputSansCondensed-ExtraLightItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputSans/InputSansCondensed/InputSansCondensed-ExtraLightItalic.ttf -------------------------------------------------------------------------------- /font/input/InputSans/InputSansCondensed/InputSansCondensed-Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputSans/InputSansCondensed/InputSansCondensed-Italic.ttf -------------------------------------------------------------------------------- /font/input/InputSans/InputSansCondensed/InputSansCondensed-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputSans/InputSansCondensed/InputSansCondensed-Light.ttf -------------------------------------------------------------------------------- /font/input/InputSans/InputSansCondensed/InputSansCondensed-LightItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputSans/InputSansCondensed/InputSansCondensed-LightItalic.ttf -------------------------------------------------------------------------------- /font/input/InputSans/InputSansCondensed/InputSansCondensed-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputSans/InputSansCondensed/InputSansCondensed-Medium.ttf -------------------------------------------------------------------------------- /font/input/InputSans/InputSansCondensed/InputSansCondensed-MediumItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputSans/InputSansCondensed/InputSansCondensed-MediumItalic.ttf -------------------------------------------------------------------------------- /font/input/InputSans/InputSansCondensed/InputSansCondensed-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputSans/InputSansCondensed/InputSansCondensed-Regular.ttf -------------------------------------------------------------------------------- /font/input/InputSans/InputSansCondensed/InputSansCondensed-Thin.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputSans/InputSansCondensed/InputSansCondensed-Thin.ttf -------------------------------------------------------------------------------- /font/input/InputSans/InputSansCondensed/InputSansCondensed-ThinItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputSans/InputSansCondensed/InputSansCondensed-ThinItalic.ttf -------------------------------------------------------------------------------- /font/input/InputSans/InputSansNarrow/InputSansNarrow-Black.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputSans/InputSansNarrow/InputSansNarrow-Black.ttf -------------------------------------------------------------------------------- /font/input/InputSans/InputSansNarrow/InputSansNarrow-BlackItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputSans/InputSansNarrow/InputSansNarrow-BlackItalic.ttf -------------------------------------------------------------------------------- /font/input/InputSans/InputSansNarrow/InputSansNarrow-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputSans/InputSansNarrow/InputSansNarrow-Bold.ttf -------------------------------------------------------------------------------- /font/input/InputSans/InputSansNarrow/InputSansNarrow-BoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputSans/InputSansNarrow/InputSansNarrow-BoldItalic.ttf -------------------------------------------------------------------------------- /font/input/InputSans/InputSansNarrow/InputSansNarrow-ExtraLight.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputSans/InputSansNarrow/InputSansNarrow-ExtraLight.ttf -------------------------------------------------------------------------------- /font/input/InputSans/InputSansNarrow/InputSansNarrow-ExtraLightItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputSans/InputSansNarrow/InputSansNarrow-ExtraLightItalic.ttf -------------------------------------------------------------------------------- /font/input/InputSans/InputSansNarrow/InputSansNarrow-Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputSans/InputSansNarrow/InputSansNarrow-Italic.ttf -------------------------------------------------------------------------------- /font/input/InputSans/InputSansNarrow/InputSansNarrow-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputSans/InputSansNarrow/InputSansNarrow-Light.ttf -------------------------------------------------------------------------------- /font/input/InputSans/InputSansNarrow/InputSansNarrow-LightItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputSans/InputSansNarrow/InputSansNarrow-LightItalic.ttf -------------------------------------------------------------------------------- /font/input/InputSans/InputSansNarrow/InputSansNarrow-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputSans/InputSansNarrow/InputSansNarrow-Medium.ttf -------------------------------------------------------------------------------- /font/input/InputSans/InputSansNarrow/InputSansNarrow-MediumItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputSans/InputSansNarrow/InputSansNarrow-MediumItalic.ttf -------------------------------------------------------------------------------- /font/input/InputSans/InputSansNarrow/InputSansNarrow-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputSans/InputSansNarrow/InputSansNarrow-Regular.ttf -------------------------------------------------------------------------------- /font/input/InputSans/InputSansNarrow/InputSansNarrow-Thin.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputSans/InputSansNarrow/InputSansNarrow-Thin.ttf -------------------------------------------------------------------------------- /font/input/InputSans/InputSansNarrow/InputSansNarrow-ThinItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputSans/InputSansNarrow/InputSansNarrow-ThinItalic.ttf -------------------------------------------------------------------------------- /font/input/InputSerif/InputSerif/InputSerif-Black.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputSerif/InputSerif/InputSerif-Black.ttf -------------------------------------------------------------------------------- /font/input/InputSerif/InputSerif/InputSerif-BlackItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputSerif/InputSerif/InputSerif-BlackItalic.ttf -------------------------------------------------------------------------------- /font/input/InputSerif/InputSerif/InputSerif-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputSerif/InputSerif/InputSerif-Bold.ttf -------------------------------------------------------------------------------- /font/input/InputSerif/InputSerif/InputSerif-BoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputSerif/InputSerif/InputSerif-BoldItalic.ttf -------------------------------------------------------------------------------- /font/input/InputSerif/InputSerif/InputSerif-ExtraLight.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputSerif/InputSerif/InputSerif-ExtraLight.ttf -------------------------------------------------------------------------------- /font/input/InputSerif/InputSerif/InputSerif-ExtraLightItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputSerif/InputSerif/InputSerif-ExtraLightItalic.ttf -------------------------------------------------------------------------------- /font/input/InputSerif/InputSerif/InputSerif-Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputSerif/InputSerif/InputSerif-Italic.ttf -------------------------------------------------------------------------------- /font/input/InputSerif/InputSerif/InputSerif-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputSerif/InputSerif/InputSerif-Light.ttf -------------------------------------------------------------------------------- /font/input/InputSerif/InputSerif/InputSerif-LightItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputSerif/InputSerif/InputSerif-LightItalic.ttf -------------------------------------------------------------------------------- /font/input/InputSerif/InputSerif/InputSerif-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputSerif/InputSerif/InputSerif-Medium.ttf -------------------------------------------------------------------------------- /font/input/InputSerif/InputSerif/InputSerif-MediumItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputSerif/InputSerif/InputSerif-MediumItalic.ttf -------------------------------------------------------------------------------- /font/input/InputSerif/InputSerif/InputSerif-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputSerif/InputSerif/InputSerif-Regular.ttf -------------------------------------------------------------------------------- /font/input/InputSerif/InputSerif/InputSerif-Thin.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputSerif/InputSerif/InputSerif-Thin.ttf -------------------------------------------------------------------------------- /font/input/InputSerif/InputSerif/InputSerif-ThinItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputSerif/InputSerif/InputSerif-ThinItalic.ttf -------------------------------------------------------------------------------- /font/input/InputSerif/InputSerifCompressed/InputSerifCompressed-Black.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputSerif/InputSerifCompressed/InputSerifCompressed-Black.ttf -------------------------------------------------------------------------------- /font/input/InputSerif/InputSerifCompressed/InputSerifCompressed-BlackItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputSerif/InputSerifCompressed/InputSerifCompressed-BlackItalic.ttf -------------------------------------------------------------------------------- /font/input/InputSerif/InputSerifCompressed/InputSerifCompressed-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputSerif/InputSerifCompressed/InputSerifCompressed-Bold.ttf -------------------------------------------------------------------------------- /font/input/InputSerif/InputSerifCompressed/InputSerifCompressed-BoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputSerif/InputSerifCompressed/InputSerifCompressed-BoldItalic.ttf -------------------------------------------------------------------------------- /font/input/InputSerif/InputSerifCompressed/InputSerifCompressed-ExtraLight.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputSerif/InputSerifCompressed/InputSerifCompressed-ExtraLight.ttf -------------------------------------------------------------------------------- /font/input/InputSerif/InputSerifCompressed/InputSerifCompressed-ExtraLightItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputSerif/InputSerifCompressed/InputSerifCompressed-ExtraLightItalic.ttf -------------------------------------------------------------------------------- /font/input/InputSerif/InputSerifCompressed/InputSerifCompressed-Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputSerif/InputSerifCompressed/InputSerifCompressed-Italic.ttf -------------------------------------------------------------------------------- /font/input/InputSerif/InputSerifCompressed/InputSerifCompressed-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputSerif/InputSerifCompressed/InputSerifCompressed-Light.ttf -------------------------------------------------------------------------------- /font/input/InputSerif/InputSerifCompressed/InputSerifCompressed-LightItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputSerif/InputSerifCompressed/InputSerifCompressed-LightItalic.ttf -------------------------------------------------------------------------------- /font/input/InputSerif/InputSerifCompressed/InputSerifCompressed-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputSerif/InputSerifCompressed/InputSerifCompressed-Medium.ttf -------------------------------------------------------------------------------- /font/input/InputSerif/InputSerifCompressed/InputSerifCompressed-MediumItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputSerif/InputSerifCompressed/InputSerifCompressed-MediumItalic.ttf -------------------------------------------------------------------------------- /font/input/InputSerif/InputSerifCompressed/InputSerifCompressed-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputSerif/InputSerifCompressed/InputSerifCompressed-Regular.ttf -------------------------------------------------------------------------------- /font/input/InputSerif/InputSerifCompressed/InputSerifCompressed-Thin.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputSerif/InputSerifCompressed/InputSerifCompressed-Thin.ttf -------------------------------------------------------------------------------- /font/input/InputSerif/InputSerifCompressed/InputSerifCompressed-ThinItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputSerif/InputSerifCompressed/InputSerifCompressed-ThinItalic.ttf -------------------------------------------------------------------------------- /font/input/InputSerif/InputSerifCondensed/InputSerifCondensed-Black.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputSerif/InputSerifCondensed/InputSerifCondensed-Black.ttf -------------------------------------------------------------------------------- /font/input/InputSerif/InputSerifCondensed/InputSerifCondensed-BlackItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputSerif/InputSerifCondensed/InputSerifCondensed-BlackItalic.ttf -------------------------------------------------------------------------------- /font/input/InputSerif/InputSerifCondensed/InputSerifCondensed-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputSerif/InputSerifCondensed/InputSerifCondensed-Bold.ttf -------------------------------------------------------------------------------- /font/input/InputSerif/InputSerifCondensed/InputSerifCondensed-BoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputSerif/InputSerifCondensed/InputSerifCondensed-BoldItalic.ttf -------------------------------------------------------------------------------- /font/input/InputSerif/InputSerifCondensed/InputSerifCondensed-ExtraLight.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputSerif/InputSerifCondensed/InputSerifCondensed-ExtraLight.ttf -------------------------------------------------------------------------------- /font/input/InputSerif/InputSerifCondensed/InputSerifCondensed-ExtraLightItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputSerif/InputSerifCondensed/InputSerifCondensed-ExtraLightItalic.ttf -------------------------------------------------------------------------------- /font/input/InputSerif/InputSerifCondensed/InputSerifCondensed-Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputSerif/InputSerifCondensed/InputSerifCondensed-Italic.ttf -------------------------------------------------------------------------------- /font/input/InputSerif/InputSerifCondensed/InputSerifCondensed-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputSerif/InputSerifCondensed/InputSerifCondensed-Light.ttf -------------------------------------------------------------------------------- /font/input/InputSerif/InputSerifCondensed/InputSerifCondensed-LightItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputSerif/InputSerifCondensed/InputSerifCondensed-LightItalic.ttf -------------------------------------------------------------------------------- /font/input/InputSerif/InputSerifCondensed/InputSerifCondensed-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputSerif/InputSerifCondensed/InputSerifCondensed-Medium.ttf -------------------------------------------------------------------------------- /font/input/InputSerif/InputSerifCondensed/InputSerifCondensed-MediumItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputSerif/InputSerifCondensed/InputSerifCondensed-MediumItalic.ttf -------------------------------------------------------------------------------- /font/input/InputSerif/InputSerifCondensed/InputSerifCondensed-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputSerif/InputSerifCondensed/InputSerifCondensed-Regular.ttf -------------------------------------------------------------------------------- /font/input/InputSerif/InputSerifCondensed/InputSerifCondensed-Thin.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputSerif/InputSerifCondensed/InputSerifCondensed-Thin.ttf -------------------------------------------------------------------------------- /font/input/InputSerif/InputSerifCondensed/InputSerifCondensed-ThinItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputSerif/InputSerifCondensed/InputSerifCondensed-ThinItalic.ttf -------------------------------------------------------------------------------- /font/input/InputSerif/InputSerifNarrow/InputSerifNarrow-Black.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputSerif/InputSerifNarrow/InputSerifNarrow-Black.ttf -------------------------------------------------------------------------------- /font/input/InputSerif/InputSerifNarrow/InputSerifNarrow-BlackItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputSerif/InputSerifNarrow/InputSerifNarrow-BlackItalic.ttf -------------------------------------------------------------------------------- /font/input/InputSerif/InputSerifNarrow/InputSerifNarrow-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputSerif/InputSerifNarrow/InputSerifNarrow-Bold.ttf -------------------------------------------------------------------------------- /font/input/InputSerif/InputSerifNarrow/InputSerifNarrow-BoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputSerif/InputSerifNarrow/InputSerifNarrow-BoldItalic.ttf -------------------------------------------------------------------------------- /font/input/InputSerif/InputSerifNarrow/InputSerifNarrow-ExtraLight.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputSerif/InputSerifNarrow/InputSerifNarrow-ExtraLight.ttf -------------------------------------------------------------------------------- /font/input/InputSerif/InputSerifNarrow/InputSerifNarrow-ExtraLightItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputSerif/InputSerifNarrow/InputSerifNarrow-ExtraLightItalic.ttf -------------------------------------------------------------------------------- /font/input/InputSerif/InputSerifNarrow/InputSerifNarrow-Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputSerif/InputSerifNarrow/InputSerifNarrow-Italic.ttf -------------------------------------------------------------------------------- /font/input/InputSerif/InputSerifNarrow/InputSerifNarrow-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputSerif/InputSerifNarrow/InputSerifNarrow-Light.ttf -------------------------------------------------------------------------------- /font/input/InputSerif/InputSerifNarrow/InputSerifNarrow-LightItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputSerif/InputSerifNarrow/InputSerifNarrow-LightItalic.ttf -------------------------------------------------------------------------------- /font/input/InputSerif/InputSerifNarrow/InputSerifNarrow-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputSerif/InputSerifNarrow/InputSerifNarrow-Medium.ttf -------------------------------------------------------------------------------- /font/input/InputSerif/InputSerifNarrow/InputSerifNarrow-MediumItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputSerif/InputSerifNarrow/InputSerifNarrow-MediumItalic.ttf -------------------------------------------------------------------------------- /font/input/InputSerif/InputSerifNarrow/InputSerifNarrow-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputSerif/InputSerifNarrow/InputSerifNarrow-Regular.ttf -------------------------------------------------------------------------------- /font/input/InputSerif/InputSerifNarrow/InputSerifNarrow-Thin.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputSerif/InputSerifNarrow/InputSerifNarrow-Thin.ttf -------------------------------------------------------------------------------- /font/input/InputSerif/InputSerifNarrow/InputSerifNarrow-ThinItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/InputSerif/InputSerifNarrow/InputSerifNarrow-ThinItalic.ttf -------------------------------------------------------------------------------- /font/input/SETTINGS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/input/SETTINGS.txt -------------------------------------------------------------------------------- /font/mk.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/mk.py -------------------------------------------------------------------------------- /font/mk.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/mk.sh -------------------------------------------------------------------------------- /font/original.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/original.zip -------------------------------------------------------------------------------- /font/templates/Bold.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/templates/Bold.txt -------------------------------------------------------------------------------- /font/templates/BoldItalic.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/templates/BoldItalic.txt -------------------------------------------------------------------------------- /font/templates/Italic.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/templates/Italic.txt -------------------------------------------------------------------------------- /font/templates/Regular.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/font/templates/Regular.txt -------------------------------------------------------------------------------- /git/.git-template/hooks/post-checkout: -------------------------------------------------------------------------------- 1 | post-merge -------------------------------------------------------------------------------- /git/.git-template/hooks/post-merge: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/git/.git-template/hooks/post-merge -------------------------------------------------------------------------------- /git/.git-template/hooks/readme.gitignore: -------------------------------------------------------------------------------- 1 | https://gist.github.com/GianlucaGuarini/8001627 2 | -------------------------------------------------------------------------------- /git/.gitconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/git/.gitconfig -------------------------------------------------------------------------------- /homepage/.config/homepage/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/homepage/.config/homepage/index.html -------------------------------------------------------------------------------- /kanshi/.config/kanshi/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/kanshi/.config/kanshi/config -------------------------------------------------------------------------------- /mako/.config/mako/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/mako/.config/mako/config -------------------------------------------------------------------------------- /mpd/.config/mpd/mpd.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/mpd/.config/mpd/mpd.conf -------------------------------------------------------------------------------- /mpv/.config/mpv/config: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /mpv/.config/mpv/input.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/mpv/.config/mpv/input.conf -------------------------------------------------------------------------------- /nano/.nanorc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/nano/.nanorc -------------------------------------------------------------------------------- /ncmpcpp/.config/ncmpcpp/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/ncmpcpp/.config/ncmpcpp/config -------------------------------------------------------------------------------- /neomutt/.config/mutt/gruvbox.mutt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/neomutt/.config/mutt/gruvbox.mutt -------------------------------------------------------------------------------- /neomutt/.config/mutt/mail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/neomutt/.config/mutt/mail.png -------------------------------------------------------------------------------- /neomutt/.config/mutt/mailcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/neomutt/.config/mutt/mailcap -------------------------------------------------------------------------------- /neomutt/.config/mutt/muttrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/neomutt/.config/mutt/muttrc -------------------------------------------------------------------------------- /neomutt/.config/mutt/victor.franzi_gmail.com: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/neomutt/.config/mutt/victor.franzi_gmail.com -------------------------------------------------------------------------------- /nvim/.config/nvim/colors/github.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/nvim/.config/nvim/colors/github.vim -------------------------------------------------------------------------------- /nvim/.config/nvim/colors/newbz.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/nvim/.config/nvim/colors/newbz.vim -------------------------------------------------------------------------------- /nvim/.config/nvim/init.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/nvim/.config/nvim/init.lua -------------------------------------------------------------------------------- /nvim/.config/nvim/lua/utils.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/nvim/.config/nvim/lua/utils.lua -------------------------------------------------------------------------------- /nvim/.config/nvim/templates/skeleton.py: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env python 2 | -------------------------------------------------------------------------------- /nvim/.config/nvim/templates/skeleton.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | set -euo pipefail 3 | -------------------------------------------------------------------------------- /pacman/etc/pacman.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/pacman/etc/pacman.conf -------------------------------------------------------------------------------- /pacman/etc/pacman.d/hooks/mirrorlist-upgrade.hook: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/pacman/etc/pacman.d/hooks/mirrorlist-upgrade.hook -------------------------------------------------------------------------------- /pacman/etc/pacman.d/hooks/pacfiles.hook: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/pacman/etc/pacman.d/hooks/pacfiles.hook -------------------------------------------------------------------------------- /pacman/etc/pacman.d/hooks/pkgclean-remove.hook: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/pacman/etc/pacman.d/hooks/pkgclean-remove.hook -------------------------------------------------------------------------------- /pacman/etc/pacman.d/hooks/pkgclean-upgrade.hook: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/pacman/etc/pacman.d/hooks/pkgclean-upgrade.hook -------------------------------------------------------------------------------- /pacman/etc/pacman.d/hooks/systemd-boot.hook: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/pacman/etc/pacman.d/hooks/systemd-boot.hook -------------------------------------------------------------------------------- /qutebrowser/.config/qutebrowser/config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/qutebrowser/.config/qutebrowser/config.py -------------------------------------------------------------------------------- /qutebrowser/.config/qutebrowser/no-cookies.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/qutebrowser/.config/qutebrowser/no-cookies.js -------------------------------------------------------------------------------- /qutebrowser/.config/qutebrowser/quickmarks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/qutebrowser/.config/qutebrowser/quickmarks -------------------------------------------------------------------------------- /qutebrowser/.config/qutebrowser/stylesheet.css: -------------------------------------------------------------------------------- 1 | .mediawiki .mwe-math-element img { filter: invert(1); opacity: 0.8; } 2 | -------------------------------------------------------------------------------- /ssh/etc/ssh/authorized_keys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/ssh/etc/ssh/authorized_keys -------------------------------------------------------------------------------- /ssh/etc/ssh/sshd_config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/ssh/etc/ssh/sshd_config -------------------------------------------------------------------------------- /sway/.XCompose: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/sway/.XCompose -------------------------------------------------------------------------------- /sway/.config/sway/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/sway/.config/sway/config -------------------------------------------------------------------------------- /sway/.config/sway/rbw_get.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/sway/.config/sway/rbw_get.sh -------------------------------------------------------------------------------- /swaylock/.config/swaylock/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/swaylock/.config/swaylock/config -------------------------------------------------------------------------------- /tmux/.tmux.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/tmux/.tmux.conf -------------------------------------------------------------------------------- /wallpaper/.wallpapers/arch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/wallpaper/.wallpapers/arch.png -------------------------------------------------------------------------------- /wallpaper/.wallpapers/arch.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/wallpaper/.wallpapers/arch.sh -------------------------------------------------------------------------------- /wallpaper/.wallpapers/mario_map.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/wallpaper/.wallpapers/mario_map.png -------------------------------------------------------------------------------- /wallpaper/.wallpapers/pokemon_poliwhirl.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/wallpaper/.wallpapers/pokemon_poliwhirl.jpg -------------------------------------------------------------------------------- /wallpaper/.wallpapers/text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/wallpaper/.wallpapers/text.png -------------------------------------------------------------------------------- /wallpaper/.wallpapers/windows_trippy.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/wallpaper/.wallpapers/windows_trippy.jpg -------------------------------------------------------------------------------- /waybar/.config/waybar/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/waybar/.config/waybar/config -------------------------------------------------------------------------------- /waybar/.config/waybar/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/waybar/.config/waybar/style.css -------------------------------------------------------------------------------- /zathura/.config/zathura/zathurarc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/zathura/.config/zathura/zathurarc -------------------------------------------------------------------------------- /zsh/.zprofile.graphic: -------------------------------------------------------------------------------- 1 | sway 2 | -------------------------------------------------------------------------------- /zsh/.zprofile.server: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/zsh/.zprofile.server -------------------------------------------------------------------------------- /zsh/.zsh.d/alias.zsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/zsh/.zsh.d/alias.zsh -------------------------------------------------------------------------------- /zsh/.zsh.d/binds.zsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/zsh/.zsh.d/binds.zsh -------------------------------------------------------------------------------- /zsh/.zsh.d/colors.zsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/zsh/.zsh.d/colors.zsh -------------------------------------------------------------------------------- /zsh/.zsh.d/completion.zsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/zsh/.zsh.d/completion.zsh -------------------------------------------------------------------------------- /zsh/.zsh.d/functions.zsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/zsh/.zsh.d/functions.zsh -------------------------------------------------------------------------------- /zsh/.zsh.d/history.zsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/zsh/.zsh.d/history.zsh -------------------------------------------------------------------------------- /zsh/.zsh.d/main.zsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/zsh/.zsh.d/main.zsh -------------------------------------------------------------------------------- /zsh/.zsh.d/plugins.zsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/zsh/.zsh.d/plugins.zsh -------------------------------------------------------------------------------- /zsh/.zsh.d/prompt.zsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/zsh/.zsh.d/prompt.zsh -------------------------------------------------------------------------------- /zsh/.zsh.d/variables.zsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/zsh/.zsh.d/variables.zsh -------------------------------------------------------------------------------- /zsh/.zshrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotsix/dotfiles/HEAD/zsh/.zshrc --------------------------------------------------------------------------------