{"id":21690511,"url":"https://github.com/aesophor/dotfiles","last_synced_at":"2025-04-12T09:40:53.671Z","repository":{"id":158156052,"uuid":"114736402","full_name":"aesophor/dotfiles","owner":"aesophor","description":"📦 KDE+wmderland: GNU/Linux dotfiles managed via GNU stow","archived":false,"fork":false,"pushed_at":"2023-05-19T01:53:24.000Z","size":45843,"stargazers_count":109,"open_issues_count":0,"forks_count":7,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-06T16:50:38.088Z","etag":null,"topics":["dotfiles","gentoo","kde-plasma-5","linux","polybar","rofi","urxvt","vimrc","wmderland","zsh"],"latest_commit_sha":null,"homepage":"https://www.reddit.com/r/unixporn/comments/b7pbs8/wmderland_chill/","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aesophor.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-12-19T08:01:36.000Z","updated_at":"2024-11-05T20:39:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"86ecc761-1795-429b-96fb-c5d6fc807741","html_url":"https://github.com/aesophor/dotfiles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aesophor%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aesophor%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aesophor%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aesophor%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aesophor","download_url":"https://codeload.github.com/aesophor/dotfiles/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248548990,"owners_count":21122808,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dotfiles","gentoo","kde-plasma-5","linux","polybar","rofi","urxvt","vimrc","wmderland","zsh"],"created_at":"2024-11-25T17:31:33.341Z","updated_at":"2025-04-12T09:40:53.663Z","avatar_url":"https://github.com/aesophor.png","language":"Shell","readme":"\u003cdiv align=\"center\"\u003e\n\u003ch3\u003e.dotfiles\u003c/h3\u003e\n\u003cimg src=\"https://github.com/aesophor/dotfiles/raw/master/.meta/main.png\"\u003e\n\n`Arch` `KDE / wmderland` `Polybar` `base16-material-palenight`\n\u003c/div\u003e\n\n## Installation\n**Requires [GNU stow](https://www.gnu.org/software/stow/).**\n\nTo install a specific package of dotfiles (take dunst for example)\n```\n$ stow dunst\n```\n\nTo install everything\n```\n$ # This script temporarily hides README.md, and execute `stow *`\n$ ./.install.sh\n```\n\n## Details\n* CLI\n  * [zsh](https://github.com/zsh-users/zsh) - extended Bourne shell with a large number of improvements\n    * [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh) - framework for managing your zsh configuration\n    * [zsh-autosuggestions](https://github.com/zsh-users/zsh-autosuggestions) - suggest commands as you type, based on command history\n    * [zsh-syntax-highlighting](https://github.com/zsh-users/zsh-syntax-highlighting) - fish shell-like syntax highlighting for zsh\n  * [URxvt](https://github.com/exg/rxvt-unicode) - a customizable terminal emulator forked from rxvt\n    * [urxvt-resize-font](https://github.com/simmel/urxvt-resize-font) - resize the font with keybinds\n    * [urxvt-config-reload](https://github.com/regnarg/urxvt-config-reload) - reload urxvt configuration at runtime\n    * [Iosevka](https://github.com/be5invis/Iosevka) 14px - terminal font\n    * [wqy-bitmapfont](https://packages.gentoo.org/packages/media-fonts/wqy-bitmapfont) - chinese font\n  * [Neovim](https://github.com/vim/vim) - I write C/C++, Python, shellscripts in Neovim, and Java in IntelliJ IDE.\n    * [Vundle](https://github.com/VundleVim/Vundle.vim) - plugin manager\n    * [YouCompleteMe](https://github.com/Valloric/YouCompleteMe) - code-completion engine (C/C++, Java, Python...)\n    * [syntastic](https://github.com/vim-syntastic/syntastic) - syntax checking\n    * [vim-polyglot](https://github.com/sheerun/vim-polyglot) - syntax highlighting\n    * [vim-autoclose](https://github.com/Townk/vim-autoclose) - type an `(` and automatically insert `)` for you\n    * [vim-airline](https://github.com/vim-airline/vim-airline) - lean \u0026 mean status/tabline\n    * [nerdtree](https://github.com/scrooloose/nerdtree) - tree filesystem explorer\n    * [indentLine](https://github.com/Yggdroot/indentLine) - display indention levels with vertical lines\n    * [base16-faded](https://github.com/aesophor/base16-faded/tree/master/colors) - my personal vim colorscheme\n  * [git](https://github.com/git/git) - distributed version-control system\n    * [diff-so-fancy](https://github.com/so-fancy/diff-so-fancy) - git diff made human-readable!\n  * [displayctl](https://github.com/aesophor/displayctl) - resolution, brightness, wallpaper, lockscreen manager\n  * [py-todo](https://github.com/aesophor/py-todo) - lightweight cli todo-list\n  * [painter](https://github.com/aesophor/Painter) - X colorscheme manager\n  * [motd](https://github.com/aesophor/dotfiles/blob/master/scripts/.local/bin/motd) - display system info\n  * [scrotutl](https://github.com/aesophor/dotfiles/blob/master/scripts/.local/bin/scrotutl) - bring macOS screenshot keybinds to Linux\n  * [ncmpcpp](https://github.com/arybczak/ncmpcpp) - ncurses based music player\n\n* GUI\n  * [wmderland](https://github.com/aesophor/Wmderland) - my tiling WM using space partitioning trees (C++)\n  * [Polybar](https://github.com/jaagr/polybar) - fast and easy-to-use status bar\n    * [siji](https://github.com/stark/siji) - iconic bitmap font based on Stlarch with additional glyphs\n  * [rofi](https://github.com/davatorium/rofi) - window switcher, application launcher and dmenu replacement\n  * [dunst](https://github.com/dunst-project/dunst) - lightweight and customizable notification daemon\n  * [compton](https://github.com/chjj/compton) - compositor for X11\n  * [Papirus-icon](https://github.com/PapirusDevelopmentTeam/papirus-icon-theme) - free and open source SVG icon theme for Linux, based on the Paper icon theme\n  * [Iosevka](https://github.com/be5invis/Iosevka) 14px - GUI font\n  * [arc-theme](https://github.com/horst3180/arc-theme) - flat theme with transparent elements for GTK 3, GTK 2\n  * [arc-kde](https://github.com/PapirusDevelopmentTeam/arc-kde) - Arc KDE customization for plasma 5\n  * [Kvantum](https://github.com/tsujan/Kvantum) - linux SVG-based theme engine for Qt4/Qt5 and KDE\n  * [dolphin](https://github.com/KDE/dolphin) - KDE file manager\n  * [ark](https://github.com/KDE/ark) - KDE file archiver\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faesophor%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faesophor%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faesophor%2Fdotfiles/lists"}