diff options
| author | Syndamia <kamen@syndamia.com> | 2022-09-06 11:02:55 +0300 |
|---|---|---|
| committer | Syndamia <kamen@syndamia.com> | 2022-09-06 11:02:55 +0300 |
| commit | 2da4bcdfb00198a730d19f225acf0250c502ec36 (patch) | |
| tree | 8e4a0d89a3bb8b95661652318bf7708b1bc9f3a6 /.c | |
| parent | b1bf902d81f22e1b1318ab2a4f46cbb8a29c277d (diff) | |
| download | dotfiles-2da4bcdfb00198a730d19f225acf0250c502ec36.tar dotfiles-2da4bcdfb00198a730d19f225acf0250c502ec36.tar.gz dotfiles-2da4bcdfb00198a730d19f225acf0250c502ec36.zip | |
Separated application stack table to its own file and updated README
Diffstat (limited to '.c')
| -rw-r--r-- | .c/Application Stack.md | 46 | ||||
| -rw-r--r-- | .c/README.md | 53 |
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 |
