dotfiles

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

commit c34f6011541299129879b9a49474841147c3f549
parent 8d524f95a18bc4a4c9376b9a1682f453a66efa71
Author: Matt Fehrenbach <m.fehrenbach@pm.me>
Date:   Sat, 26 Dec 2020 17:20:02 +0000

Added symlink to X config files

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

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