aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFivePixels <o5pxels@gmail.com>2022-03-11 13:15:07 -0600
committerFivePixels <o5pxels@gmail.com>2022-03-11 13:15:07 -0600
commit2d1fce57cdafeb5f5364b49afea25565761d24c5 (patch)
treec43fac2d9ad18b1439aa028f86a653615d42435a
parent7209844a46a83950c7ea2e5b505d9666c04e9bda (diff)
downloaddots-2d1fce57cdafeb5f5364b49afea25565761d24c5.tar.xz
dots-2d1fce57cdafeb5f5364b49afea25565761d24c5.zip
add .gitignore and README
-rw-r--r--.gitignore1
-rw-r--r--README26
2 files changed, 27 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..72e8ffc
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+*
diff --git a/README b/README
new file mode 100644
index 0000000..c438ed9
--- /dev/null
+++ b/README
@@ -0,0 +1,26 @@
+dots
+dotfiles to infect computers with
+---------------------------------
+Dylan Bolger 2022
+---------------------------------
+this project manages my dotfiles.
+the goal is system-agnostic on any UNIX distro
+
+special thanks to stilbruch
+
+how this works:
+* git repo initialized in my $home
+* .gitignore wildcard (*) to ignore all
+* git add -f "fileName" from the home dir when I want to add a file here
+* to manage different wms/setups, i'll be using branches
+ - here's the idea:
+ - master => general purpose configuration, useful for any UNIX system I lay my hands on
+ - sway => branch specific to my sway configuration, will have all changes from master that don't conflict
+ - awesomewm => branch specific to my awesomewm configuration, will have all changes from master that don't conflict
+ - this way, if I don't want my sway configs lingering around the fs, I can pull the branch which has the
+ general purpose stuff combined with sway (the sway branch) and I'll have sway + everything I need
+
+feel free to take inspiration from this layout of dotfiles, etc.
+however, forking dotfiles is NOT a good idea. you should always build out your own dots and customize them to your extent.
+
+