dotfiles

My personalised dotfiles that I use with zsh as a shell.
git clone git://git.mattfehrenbach.xyz/dotfiles.git
Log | Files | Refs

commit e041c989f7441f2c8726cebfaa7cf229dba9eb06
parent c34f6011541299129879b9a49474841147c3f549
Author: Matt Fehrenbach <m.fehrenbach@pm.me>
Date:   Sat, 26 Dec 2020 17:22:47 +0000

Changed to relative symlinks.

Diffstat:
M.xinitrc | 4++--
M.xprofile | 4++--
2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.xinitrc b/.xinitrc @@ -1 +1 @@ -/home/matt/.config/X11/xinitrc- \ No newline at end of file +.config/X11/xinitrc+ \ No newline at end of file diff --git a/.xprofile b/.xprofile @@ -1 +1 @@ -/home/matt/.config/X11/xprofile- \ No newline at end of file +.config/X11/xprofile+ \ No newline at end of file