From 2da4bcdfb00198a730d19f225acf0250c502ec36 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Tue, 6 Sep 2022 11:02:55 +0300 Subject: Separated application stack table to its own file and updated README --- .c/README.md | 53 ++++++++--------------------------------------------- 1 file changed, 8 insertions(+), 45 deletions(-) (limited to '.c/README.md') 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 -- cgit v1.2.3