summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.c/Application Stack.md46
-rw-r--r--.c/README.md53
2 files changed, 54 insertions, 45 deletions
diff --git a/.c/Application Stack.md b/.c/Application Stack.md
new file mode 100644
index 0000000..80b3cd8
--- /dev/null
+++ b/.c/Application Stack.md
@@ -0,0 +1,46 @@
+## Application Stack
+
+|Type|Main app|Backup|Alternative|
+|---|---|---|---|
+|**Desktop environment**|||
+|Window manager|openbox|||
+|File manager|nemo|||
+|Application launcher|jgmenu|||
+|Desktop panel|tint2|||
+|Compositor|picom|||
+|Session manager|?|||
+|Display manager|lightdm|||
+|||||
+|**System**||||
+|System monitor|GNOME System Monitor|htop||
+|System restore|Timeshift|||
+|Terminal|Terminator|XTerm|||
+|Audio controller|pavucontrol|alsamixer||
+|||||
+|**Internet**||||
+|Browser|Brave, Rambox||Firefox, Badwolf|
+|Email|Claws Mail, ElectronMail|Sylpheed||
+|Messaging|Discord, Jabber|||
+|||||
+|**Multimedia**||||
+|Music|mocp, Audacious|||
+|Video player|mpv|||
+|Video recorder|OBS Studio||peek|
+|Image viewer|Eye of Gnome|||
+|Vector graphics viewer|Inkscape|||
+|||||
+|**Office**||||
+|Office Suite|LibreOffice|||
+|PDF Viewer|Evince|||
+|TeX editor|TexMaker|||
+|||||
+|**Editing**||||
+|Text|vim|||
+|Video|Blender|||
+|Images|GIMP, Inkscape|||
+|**Tray**||||
+|Screenshot utility|Flameshot|||
+|Clipboard manager|CopyQ|||
+|Internet applet|nmapplet|||
+|Volume applet|pnmixer|||
+|Color temperature|redshift|||
diff --git a/.c/README.md b/.c/README.md
index 80b3cd8..29ab9dd 100644
--- a/.c/README.md
+++ b/.c/README.md
@@ -1,46 +1,9 @@
-## Application Stack
+# dotfiles
-|Type|Main app|Backup|Alternative|
-|---|---|---|---|
-|**Desktop environment**|||
-|Window manager|openbox|||
-|File manager|nemo|||
-|Application launcher|jgmenu|||
-|Desktop panel|tint2|||
-|Compositor|picom|||
-|Session manager|?|||
-|Display manager|lightdm|||
-|||||
-|**System**||||
-|System monitor|GNOME System Monitor|htop||
-|System restore|Timeshift|||
-|Terminal|Terminator|XTerm|||
-|Audio controller|pavucontrol|alsamixer||
-|||||
-|**Internet**||||
-|Browser|Brave, Rambox||Firefox, Badwolf|
-|Email|Claws Mail, ElectronMail|Sylpheed||
-|Messaging|Discord, Jabber|||
-|||||
-|**Multimedia**||||
-|Music|mocp, Audacious|||
-|Video player|mpv|||
-|Video recorder|OBS Studio||peek|
-|Image viewer|Eye of Gnome|||
-|Vector graphics viewer|Inkscape|||
-|||||
-|**Office**||||
-|Office Suite|LibreOffice|||
-|PDF Viewer|Evince|||
-|TeX editor|TexMaker|||
-|||||
-|**Editing**||||
-|Text|vim|||
-|Video|Blender|||
-|Images|GIMP, Inkscape|||
-|**Tray**||||
-|Screenshot utility|Flameshot|||
-|Clipboard manager|CopyQ|||
-|Internet applet|nmapplet|||
-|Volume applet|pnmixer|||
-|Color temperature|redshift|||
+My home folder is a git repository, where all files are excluded (with exceptions of course). Having it always be a git repository brings in some issues, so whenver I need to "sync", I rename `.git.disabled` to `.git`, and when I'm finished, I do the opposite (`.a/toggle-repo.sh`).
+
+## Specific folders
+
+- `.a`: All of my scripts
+- `.b`: Backups of configs, who aren't in home folder
+- `.c`: Documents and notes regarding my setup