commit 621d28cb25069d4f6c3a9ebde0b372d0dbcdd76e Author: Bryson Steck Date: Fri Oct 8 23:56:51 2021 -0600 initial commit diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..25bde7d --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "dwm"] + path = dwm + url = git@github.com:brysonsteck/dwm diff --git a/dwm b/dwm new file mode 160000 index 0000000..ab3f787 --- /dev/null +++ b/dwm @@ -0,0 +1 @@ +Subproject commit ab3f787725dc78cb9ae73c47d40e00be0a6b2159 diff --git a/vim/.vimrc b/vim/.vimrc new file mode 120000 index 0000000..2e5c7e5 --- /dev/null +++ b/vim/.vimrc @@ -0,0 +1 @@ +/home/bryson/.vimrc \ No newline at end of file diff --git a/x/.Xresources b/x/.Xresources new file mode 120000 index 0000000..634a2d0 --- /dev/null +++ b/x/.Xresources @@ -0,0 +1 @@ +/home/bryson/.Xresources \ No newline at end of file diff --git a/x/.xinitrc b/x/.xinitrc new file mode 120000 index 0000000..87cab44 --- /dev/null +++ b/x/.xinitrc @@ -0,0 +1 @@ +/home/bryson/.xinitrc \ No newline at end of file diff --git a/x/.xinitrc-not-docked b/x/.xinitrc-not-docked new file mode 120000 index 0000000..77ed719 --- /dev/null +++ b/x/.xinitrc-not-docked @@ -0,0 +1 @@ +/home/bryson/.xinitrc-not-docked \ No newline at end of file