dotfiles

Mahdi's dotfiles
git clone git://mahdi.pw/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 853b49539924c24f529297a501532419301cd7e5
parent 26cda3289f56f71e354ce48d7e14ffca00cfcc70
Author: Mahdi Mirzade <[email protected]>
Date:   Sun,  9 Oct 2022 01:48:43 +0330

Fix README: indentation, fix description of scripts

Diffstat:
MREADME | 110++++++++++++++++++++++++++++++++++++++++---------------------------------------
1 file changed, 56 insertions(+), 54 deletions(-)

diff --git a/README b/README @@ -2,68 +2,70 @@ dotfiles -------- ~/.config -├── fontconfig: Font configuration -├── git: Content tracker -├── Kvantum: Theme engine for QT -├── mbsync: Synchronize mailboxes (isync) -├── mpv: Audio/Video player -├── mutt: Email client -├── qutebrowser: Web browser [Backup to surf] -├── shell: Shell configuration/Env files -├── surf: Web browser -├── vis: Text editor -├── wget: Network downloader [Backup for curl -O] -├── x11: Graphical server -├── yt-dlp: Download videos from many platforms -├── zathura: Document viewer -└── okshrc: OpenBSD's Korn Shell config +├── fontconfig: Font configuration +├── git: Content tracker +├── Kvantum: Theme engine for QT +├── mbsync: Synchronize mailboxes (isync) +├── mpv: Audio/Video player +├── mutt: Email client +├── qutebrowser: Web browser [Backup to surf] +├── shell: Shell configuration/Env files +├── surf: Web browser +├── vis: Text editor +├── wget: Network downloader +├── x11: Graphical server +├── yt-dlp: Download videos from many platforms +├── zathura: Document viewer +└── okshrc: Shell configuration ~/.local ├── bin -│   ├── bg-gen: Generate abstract wallpaper from my Xresources -│   ├── bg-set: Set wallpaper from ~/.local/share/wallpapers - using fzf and image previes (old) -│   ├── bright: Manage monitor brightness for my laptop -│   ├── dmenu-archwiki: Navigate archwiki offline -│   ├── dmenu-askpass: Ask password for scripts (used for sudo/doas) -│   ├── dmenu-emoji: Emoji selector -│   ├── dmenu-fix-sheet: View some quick fixes (fix this) -│   ├── dmenu-man: View your system man pages in zathura -│   ├── dmenu-mpd: Manage your music playlist using mpc (old) -│   ├── dmenu-power: shutdown/reboot/logout -│   ├── dmenu-record: Screen record using ffmpeg (fix this) -│   ├── doas-askpass: Ask passwords for doas using dmenu (dmenu-askpass) -│   ├── dwm-bar: Program to generate and set status text in dwm (dwm -s) -│   ├── email: Sync mails -│   ├── ix: Upload notes/logs into ix.io -│   ├── lock: Close notifications and etc; Then lock screen (slock) -│   ├── media-controller: Manage multimedia in your desktop (fix this) -│   ├── metch: Mahdi's fetch -│   ├── pash: A simple password manager using GPG written in POSIX sh. -│   ├── screenshot: Screenshot like a boss using maim -│   ├── snd: Manage volume (pulse) -│   ├── theme-sel: Select themes and reload your entire desktop's theme - (themes are stored in ~/.config/x11/themes) -│   ├── toggle-touch: Toggle touchpad for my laptop -│  ├── torrent-from-clip: Until the script is killed, it'll read my clipboard and add magnet link to my torrent downloader -│   ├── upload: Upload files/directories into transfer.sh -│   └── webcam: Webcam using mpv +│   ├── bg-gen: Generate abstract wallpaper from my Xresources +│   ├── bg-set: Set wallpaper from ~/.local/share/wallpapers + using fzf and image previes (old) +│   ├── bright: Manage monitor brightness for my laptop +│   ├── dmenu-archwiki: Navigate archwiki offline +│   ├── dmenu-askpass: Ask password for scripts (used for sudo/doas) +│   ├── dmenu-emoji: Emoji selector +│   ├── dmenu-fix-sheet: View some quick fixes (fix this) +│   ├── dmenu-man: View your system man pages in zathura +│   ├── dmenu-mpd: Manage your music playlist using mpc (old) +│   ├── dmenu-power: shutdown/reboot/logout +│   ├── dmenu-record: Screen record using ffmpeg (fix this) +│   ├── doas-askpass: Ask passwords for doas using dmenu (dmenu-askpass) +│   ├── dwm-bar: Program to generate and set status text in dwm +│   ├── email: Sync mails +│   ├── ix: Upload notes/logs into ix.io +│   ├── lock: Close notifications then lock screen (slock) +│   ├── media-controller: Manage multimedia in your desktop (fix this) +│   ├── metch: Mahdi's fetch +│   ├── notify: Show notifications using dzen2 +│   ├── pash: A simple password manager using GPG +│   ├── screenshot: Screenshot like a boss using maim +│   ├── snd: Manage volume (pulse) +│   ├── theme-sel: Select a palette and reload your entire desktop's + theme (themes are stored in ~/.config/x11/themes) +│   ├── toggle-touch: Toggle touchpad for my laptop +│  ├── torrent-from-clip: Until the script is killed, it'll read my clipboard + and add magnet link to my torrent downloader +│   ├── upload: Upload files/directories into transfer.sh +│   └── webcam: Webcam using mpv ├── run ├── share -│   └── fonts: My system fonts +│   └── fonts: My system fonts ├── src -│   ├── dmenu: My build of dmenu -│   ├── dwm: My build of dwm -│   ├── dzen2: Dzen2 as notification -│   ├── slock: My build of slock -│   ├── smenu: smenu instead of fzf -│   ├── st: My build of st -│   ├── surf: My build of surf -│   ├── tabbed: My build of tabbed -│   └── xwallpaper: Wallpaper setter +│   ├── dmenu: My build of dmenu +│   ├── dwm: My build of dwm +│   ├── dzen2: Dzen2 as notification +│   ├── slock: My build of slock +│   ├── smenu: smenu instead of fzf +│   ├── st: My build of st +│   ├── surf: My build of surf +│   ├── tabbed: My build of tabbed +│   └── xwallpaper: Wallpaper setter └── state -─── .profile: Environment Variables +─── .profile: Environment variables Clone this repo ---------------