{"id":34257878,"url":"https://github.com/jonathanpoelen/dotfiles","last_synced_at":"2025-12-16T14:51:07.583Z","repository":{"id":17716674,"uuid":"20540592","full_name":"jonathanpoelen/dotfiles","owner":"jonathanpoelen","description":"My configuration files (zsh, urxvt, i3, mpv, ...)","archived":false,"fork":false,"pushed_at":"2025-11-03T00:02:11.000Z","size":3939,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-03T02:14:57.095Z","etag":null,"topics":["config","dotfile","dotfiles"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jonathanpoelen.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2014-06-05T20:33:31.000Z","updated_at":"2025-11-03T00:02:16.000Z","dependencies_parsed_at":"2024-03-03T04:22:08.588Z","dependency_job_id":"b71d2eaa-ae4b-4c7b-a083-9d37b34c1922","html_url":"https://github.com/jonathanpoelen/dotfiles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jonathanpoelen/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonathanpoelen%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonathanpoelen%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonathanpoelen%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonathanpoelen%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jonathanpoelen","download_url":"https://codeload.github.com/jonathanpoelen/dotfiles/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonathanpoelen%2Fdotfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27766543,"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","status":"online","status_checked_at":"2025-12-16T02:00:10.477Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["config","dotfile","dotfiles"],"created_at":"2025-12-16T14:51:06.932Z","updated_at":"2025-12-16T14:51:07.570Z","avatar_url":"https://github.com/jonathanpoelen.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"MIME type\n=========\n\n```bash\nfind mime -type f -exec xdg-mime install {} \\;\n#update-mime-database ~/.local/usr/share/mime\n```\n\nor\n\n```bash\nsudo find mime -exec xdg-mime install {} \\;\n#sudo update-mime-database /usr/share/mime\n```\n\n\nX resources\n===========\n\nLoad a resource file, and merge with the current settings:\n\n```sh\nxrdb -merge ~/.Xresources\n```\n\n\nProfile\n=======\n\n```sh\nln ~/.profile ~/.zprofile\n```\n\n\nLess binding\n============\n\n```bash\nlesskey -o ~/.less -\u003c\u003cEOF\n#command\n\\e[7~ goto-line\n\\e[8~ goto-end\nEOF\n```\n\nhttps://wiki.archlinux.org/index.php/Home_and_End_keys_not_working\n\n\nKDE bold fonts does not work\n============================\n\nRemove the `Regular` value in `grep ^Font $HOME/.config/k*`.\n\n\nGTK overlay-scrollbar\n=====================\n\n`gsettings set org.gnome.desktop.interface overlay-scrolling false`\n\n\nNinja\n=====\n\n```sh\nNINJA_STATUS=$'\\x1b[32m[%f/%t] \\x1b[0m' CLICOLOR_FORCE= ninja .....\n```\n\nCheck hard links\n================\n\n/!\\\\ Update repo\n\n```zsh\na=($( stat -c='%h %n' $(\u003chardlinks) | sed '/^=1 /!d;s/^...//;t;d' )) \u0026\u0026\nrm -- $=a \u0026\u0026\nfor f in $a ; do\n  ln -P -- ~/$f $f\ndone\n```\n\n/!\\\\ Update `$HOME`\n\n```zsh\na=($( stat -c='%h %n' $(\u003chardlinks) | sed '/^=1 /!d;s/^...//;t;d' )) \u0026\u0026\nfor f in $a ; do\n  rm -- ~/$f \u0026\u0026 ln -P -- $f ~/$f\ndone\n```\n\n\nZsh precompiled\n===============\n\nDepends on [zsh_scripts](https://github.com/jonathanpoelen/zsh_scripts).\n\n```zsh\nzsh -c \"rm -f ~/projects/dotfiles/zsh_funcs/* ||:\nln -P ~/projects/dotfiles/zsh_functions/{def,defl,erd} ~/projects/zsh-scripts/{functions,widgets}/* ~/projects/dotfiles/zsh_funcs/\nmv ~/projects/dotfiles/zsh_funcs/extract ~/projects/dotfiles/zsh_funcs/er\n\nautoload zrecompile\nzrecompile -p \\\n  -R ~/.zshrc -- \\\n  -M ${ZSH_COMPDUMP:-~/.zcompdump} -- \\\n  ~/.zshcompletions.zwc ~/.zshcompletions/_* -- \\\n  ~/projects/dotfiles/zsh_funcs.zwc ~/projects/dotfiles/zsh_funcs/*\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonathanpoelen%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjonathanpoelen%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonathanpoelen%2Fdotfiles/lists"}