Repository of my personal dotfiles
Find a file
ziro bb06d26285 + Updated README.md
+ Remove ZDOTDIR from .zshenv (now inside /etc/zsh/zshenv)
2020-05-13 09:15:33 +07:00
.config + Updated README.md 2020-05-13 09:15:33 +07:00
.scripts + Added elearning-isitup (personal purposes). 2020-05-12 20:48:20 +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 + Updated README.md 2020-05-13 09:15:33 +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.

Tips

Add this to /etc/zsh/zshenv

#!/bin/zsh

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