Repository of my personal dotfiles
Find a file
ziro 57c06d99ce + Use dwmblocks on dwm
+ Added free disks indicator to polybar
+ Trying out lfimg (Buggy)
+ Rework rateUSD
+ Rework PATH, now detect any subdir inside .local/bin
+ lf now can be accessed inside vim
2020-05-18 12:48:22 +07:00
.config + Use dwmblocks on dwm 2020-05-18 12:48:22 +07:00
.scripts + Use dwmblocks on dwm 2020-05-18 12:48:22 +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-05-14 06:52:29 +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
  • st (st-zi build)
  • Tiling WM (Qtile, BSPWM, or DWM)

Tips

Add this to /etc/zsh/zshenv

#!/bin/zsh

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