summaryrefslogtreecommitdiff
path: root/.c/README.md
diff options
context:
space:
mode:
authorSyndamia <kamen@syndamia.com>2022-09-06 11:02:55 +0300
committerSyndamia <kamen@syndamia.com>2022-09-06 11:02:55 +0300
commit2da4bcdfb00198a730d19f225acf0250c502ec36 (patch)
tree8e4a0d89a3bb8b95661652318bf7708b1bc9f3a6 /.c/README.md
parentb1bf902d81f22e1b1318ab2a4f46cbb8a29c277d (diff)
downloaddotfiles-2da4bcdfb00198a730d19f225acf0250c502ec36.tar
dotfiles-2da4bcdfb00198a730d19f225acf0250c502ec36.tar.gz
dotfiles-2da4bcdfb00198a730d19f225acf0250c502ec36.zip
Separated application stack table to its own file and updated README
Diffstat (limited to '.c/README.md')
-rw-r--r--.c/README.md53
1 files changed, 8 insertions, 45 deletions
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