Repository of my personal dotfiles
Find a file
ziro 458d561f11 + Added mutt config to vim
+ Added muttcolor
+ Added sidebar to mutt
2020-06-13 11:57:16 +07:00
.config + Added mutt config to vim 2020-06-13 11:57:16 +07:00
.local + 2020-06-10 13:13:53 +07:00
.scripts ----- Changes: 2020-05-23 13:49:13 +07:00
.xinitrc + Added X11 related config files 2020-05-11 07:19:57 +07:00
.xprofile + Added X11 related config files 2020-05-11 07:19:57 +07:00
README.md Update README.md 2020-06-13 11:25:21 +07:00

dotfiles

About

This repository contains config files that i used, some are coded/modified/scripted by me, some other are from other people's config from github/reddit/youtube.

  • ZSH
  • Console-TDM
  • X11
  • Nerd Fonts (Iosevka, UbuntuMono, and Fira)
  • Feather (Font)
  • st (st-zi build)
  • Tiling WM (Qtile, BSPWM, or DWM)

Tips

Small guide for my hotkeys

  • MODKey (Super/Win Key): Window Manager
  • Alt: Terminal
  • Ctrl: Most program inside terminal

Add this to /etc/zsh/zshenv

#!/bin/zsh

export ZDOTDIR="${XDG_CONFIG_HOME:-$HOME/.config}/zsh"