{"id":19515176,"url":"https://github.com/pustelto/dotfiles","last_synced_at":"2026-05-06T04:31:34.262Z","repository":{"id":89792789,"uuid":"98461347","full_name":"Pustelto/Dotfiles","owner":"Pustelto","description":"Backup of my dotfiles and OS settings/config","archived":false,"fork":false,"pushed_at":"2026-03-20T18:39:28.000Z","size":389,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-21T09:43:22.503Z","etag":null,"topics":["dotfiles","shell","shell-script","shell-scripts"],"latest_commit_sha":null,"homepage":"","language":"Lua","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/Pustelto.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2017-07-26T20:04:01.000Z","updated_at":"2026-03-20T18:39:32.000Z","dependencies_parsed_at":"2024-11-12T19:32:10.783Z","dependency_job_id":null,"html_url":"https://github.com/Pustelto/Dotfiles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Pustelto/Dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pustelto%2FDotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pustelto%2FDotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pustelto%2FDotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pustelto%2FDotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Pustelto","download_url":"https://codeload.github.com/Pustelto/Dotfiles/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pustelto%2FDotfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32678580,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-06T02:33:58.958Z","status":"ssl_error","status_checked_at":"2026-05-06T02:33:39.611Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["dotfiles","shell","shell-script","shell-scripts"],"created_at":"2024-11-10T23:38:51.466Z","updated_at":"2026-05-06T04:31:34.238Z","avatar_url":"https://github.com/Pustelto.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dotfiles\n\nList of my dotfiles and configurations for easy setup of my dev environment. Feel free to look around. Right now I can version my dotfiles and backup/install names and versions of my global npm scripts.\n\nFor the dotfiles managment I'm using [dotfiles](https://github.com/jbernard/dotfiles) utility.\n\n## Notes\n\nOn mac you have to install gnu-sed and use it instead of default mac sed.\n\n## Backup process\n\n1. Run `backup.sh` script in `setup_scripts` folder - backup for global NPM and cargo packages, programs installed via Brew and VS Code extensions.\n2. Backup iTerm settings:\n   - Profile - Settings \u003e Profiles \u003e Other action \u003e Save profile as JSON\n   - Settings - Settings \u003e General \u003e Preferences \u003e Save now\n3. Commit to git and push.\n4. Backup other config files (move to other disk, **DO NOT COMMIT THOSE**):\n   - `.variables;`\n   - Backup ssh keys - `~/.ssh`\n   - `.zsh_history`, `.fzf.zsh`, `.z`\n5. Backup my files (move to other disk, **DO NOT COMMIT THOSE**)\n   - wifi networks - `/Library/Preferences/com.apple.wifi.known-networks.plist`\n   - Raycast settings (export option) and scripts (copy folder).\n   - bookmarks (Chrome)\n   - other files (documents, photos etc.)\n   - GPG keys (if used)\n\n## Restore process\n\n1. Signin with Apple ID in Preferences\n2. Signin with Apple ID in App Store\n3. Clone or download `Dotfiles` repo to `$HOME` dir\n4. Run setup.sh script (may need to change file permissions in order to run it)\n5. Go to Tmux and hit Prefix + I to load the plugins\n6. Import iTerm settings.\n   - Settings - Settings \u003e General \u003e Preferences \u003e Check load preferences from custom folder or URL\n   - Profile - Settings \u003e Profiles \u003e Other action \u003e Add profile (hit `+` button)\n7. Import Raycast settings.\n8. Import bookmars, add extensions to Chrome (dev/work related, without sync)\n9. Copy files from backup drive.\n10. Set proper version of python\n11. Check fzf is setup correctly\n12. Install MonoLisa font with Nerd fonts\n13. open vim and install plugins\n\n### Troubleshooting notes:\n\n- If you have issue with installation of zsh plugins, try to first delete zcompdump: `rm .zcompdump`.\n- If you get error that `compdef` is not defined, you probably load antidote plugins too soon, before initializing completitions.\n- If Mason can't install deps in Neovim, then check logs, maybe there was an issue with npm/node after automatic setup.\n\n## To-Do\n\n- fix theme (console.log, colors)\n\n  - install and use TS playground plugin - :TSHighlight group under cursor\n  - red and cyan slightly more dimmed\n\n- update iterm with tmux session name and disable tmux status bar https://github.com/daneah/iterm-components\n- glg/glgg not working for small list (less wont activate pagination)\n- [ ] better formatted scripts output\n- [ ] automate syncing/backup of changed files\n  - some auto git commit and push?\n  - watching dotfiles folder?\n  - cron?\n- [ ] script to do complete backup/restore\n- [ ] move paths in scripts to export file/separate config instead of hardcoding it\n\n### macOS\n\n## ata\n\n- link license\n- clone repos\n- import GPG keys\n- mail signature and login\n- Set proper version of java (if valid check path)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpustelto%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpustelto%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpustelto%2Fdotfiles/lists"}