{"id":17349017,"url":"https://github.com/nafigator/dotfiles","last_synced_at":"2025-04-14T21:12:20.180Z","repository":{"id":147421357,"uuid":"42402674","full_name":"nafigator/dotfiles","owner":"nafigator","description":":wrench: My dotfiles.","archived":false,"fork":false,"pushed_at":"2025-04-13T19:42:39.000Z","size":230,"stargazers_count":2,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-14T21:12:17.098Z","etag":null,"topics":["bashrc","bashrc-configs","dotfiles"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/nafigator.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}},"created_at":"2015-09-13T16:09:11.000Z","updated_at":"2025-04-13T19:42:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"483e727e-f220-411b-89e7-89ce90cbf83a","html_url":"https://github.com/nafigator/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/nafigator%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nafigator%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nafigator%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nafigator%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nafigator","download_url":"https://codeload.github.com/nafigator/dotfiles/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248961236,"owners_count":21189993,"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":["bashrc","bashrc-configs","dotfiles"],"created_at":"2024-10-15T16:54:23.297Z","updated_at":"2025-04-14T21:12:20.126Z","avatar_url":"https://github.com/nafigator.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![GitHub license][License img]][License src] [![Conventional Commits][Conventional commits badge]][Conventional commits src]\n\n# dotfiles\n\nMy .files optimized for personal needs\n###### WARNING: There is no guarantee that this will work in your environment\n\n## Install\n\nInstall [GNU stow] utility:\n#### Linux Debian:\n\n    $ sudo apt-get install stow\n\n#### OSX:\n\n    $ brew install stow\n\n#### OpenBSD:\n\n    $ sudo pkg_add stow\n\nClone this repo into ~/.dotfiles folder:\n\n    $ mkdir ~/.dotfiles\n    $ cd ~/.dotfiles\n    $ git clone https://github.com/nafigator/dotfiles.git .\n\nBackup your previous dotfiles:\n\n    $ cd \u0026\u0026 mkdir .dotfiles.bkp\n    $ mv .profile .bashrc .bash_aliases .bash_logout .gitconfig .gitignore .dotfiles.bkp\n\nThen use stow utility to create symlinks:\n\n    $ stow bash\n    $ stow git\n    $ . ~/.profile\n\n#### SSH section workflow:\n###### Save config changes\n\n    cd ssh/.ssh\n    # gpg --output config.gpg --encrypt --recipient \u003cemail\u003e config\n    gpg -o config.gpg -e -r \u003cemail\u003e config\n    git commit \u0026\u0026 git push\n\n###### Load config changes\n\n    git pull\n    cd ssh/.ssh\n    # gpg --output config --decrypt config.gpg\n    gpg -o config -d config.gpg\n\n#### MC section workflow:\n###### Ignore local ini changes\n\n    git update-index --assume-unchanged mc/.config/mc/ini\n\n[GNU stow]: https://www.gnu.org/software/stow\n[License img]: https://img.shields.io/github/license/nafigator/dotfiles?color=teal\n[License src]: https://tldrlegal.com/license/mit-license\n[Conventional commits src]: https://conventionalcommits.org\n[Conventional commits badge]: https://img.shields.io/badge/Conventional%20Commits-1.0.0-teal.svg\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnafigator%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnafigator%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnafigator%2Fdotfiles/lists"}