{"id":18537904,"url":"https://github.com/guemidiborhane/dotfiles","last_synced_at":"2026-04-14T06:04:26.906Z","repository":{"id":65702476,"uuid":"50745984","full_name":"guemidiborhane/dotfiles","owner":"guemidiborhane","description":"This hereby repository is the proof I have no idea what i'm doing, but i'm consistent","archived":false,"fork":false,"pushed_at":"2025-06-08T08:37:32.000Z","size":21766,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-08T09:27:03.436Z","etag":null,"topics":["archlinux","dotfiles","dracula","hyprland-config","i3-config","neovim","nushell-config","shell-scripts","starship-config","systemd","tmux","yadm"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":false,"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/guemidiborhane.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,"zenodo":null}},"created_at":"2016-01-30T21:35:27.000Z","updated_at":"2025-06-08T08:37:37.000Z","dependencies_parsed_at":"2023-10-24T16:35:32.930Z","dependency_job_id":"e8147e16-3267-4f5f-a424-6e2af502be2a","html_url":"https://github.com/guemidiborhane/dotfiles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/guemidiborhane/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guemidiborhane%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guemidiborhane%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guemidiborhane%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guemidiborhane%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/guemidiborhane","download_url":"https://codeload.github.com/guemidiborhane/dotfiles/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guemidiborhane%2Fdotfiles/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259890445,"owners_count":22927373,"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":["archlinux","dotfiles","dracula","hyprland-config","i3-config","neovim","nushell-config","shell-scripts","starship-config","systemd","tmux","yadm"],"created_at":"2024-11-06T19:41:04.953Z","updated_at":"2026-04-14T06:04:26.901Z","avatar_url":"https://github.com/guemidiborhane.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Borhaneddine's dotfiles\n\n## Installation\n\nUsing `wget`:\n\n```bash\nsh -c \"$(wget -qO- https://guemidiborhane.github.io/build_home)\"\n```\n\nor using `curl`:\n\n```bash\nsh -c \"$(curl -fsSL https://guemidiborhane.github.io/build_home)\"\n```\n\n### Enable gnome keyring\n\n```bash\necho -ne \"auth\\toptional\\tpam_gnome_keyring.so\\nsession\\toptional\\tpam_gnome_keyring.so auto_start\" | sudo tee -a /etc/pam.d/login\nsystemctl --user enable gcr-ssh-agent.socket\n```\n\n## Commands cheatsheet\n\n### Fix teamviewer\n\n```bash\necho -e '[Service]\\nEnvironment=XDG_SESSION_TYPE=x11' | sudo tee -a /etc/systemd/system/getty@tty1.service.d/getty@tty1.service-drop-in.conf\n```\n\n### Sign previous commits\n\n```bash\ngit filter-branch --commit-filter 'git commit-tree -S \"$@\";' \u003cCOMMIT_HASH\u003e..HEAD\n```\n\n### Which process is listening on specific port\n\n```bash\nsudo netstat -nlp | grep :80\n```\n\n### Unlock luks\n\n```bash\necho -ne \"SuperSecretPassphrase\" \u003e /lib/cryptsetup/passfifo\n```\n\n### Kill all zombie processes\n\n```bash\nps -xaw -o state,ppid | grep Z | grep -v PID | awk '{ print $2 }' | xargs kill -9\n```\n\n### find vicious PHP files\n\n```bash\nfind / -type f -regex '.*/*.php' | grep -P '/(?!autoload|settings|personal|mbstring|defaults|translit)([a-z0-9]{8}).php$' \u003e suspicions.txt\n```\n\n### Rerun `bundle install` until it succeeds (useful in case of network issues)\n\n```bash\nsh -c 'while ! $(bundle check \u0026\u003e /dev/null); do bundle install --retry 10; sleep 1; done'\n```\n\n## Useful Links\n\n- [FontAwesome Cheatsheet](https://fontawesome.bootstrapcheatsheets.com/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguemidiborhane%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fguemidiborhane%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguemidiborhane%2Fdotfiles/lists"}