aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryson Steck <steck.bryson@gmail.com>2021-10-08 23:56:51 -0600
committerBryson Steck <steck.bryson@gmail.com>2021-10-08 23:56:51 -0600
commit621d28cb25069d4f6c3a9ebde0b372d0dbcdd76e (patch)
tree4d533a5478c600a5366525dedac63c3b102e2ecd
downloaddotfiles-621d28cb25069d4f6c3a9ebde0b372d0dbcdd76e.tar
dotfiles-621d28cb25069d4f6c3a9ebde0b372d0dbcdd76e.tar.gz
dotfiles-621d28cb25069d4f6c3a9ebde0b372d0dbcdd76e.tar.bz2
initial commit
-rw-r--r--.gitmodules3
m---------dwm0
l---------vim/.vimrc1
l---------x/.Xresources1
l---------x/.xinitrc1
l---------x/.xinitrc-not-docked1
6 files changed, 7 insertions, 0 deletions
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
+Subproject ab3f787725dc78cb9ae73c47d40e00be0a6b215
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