{"id":15483281,"url":"https://github.com/bartekpacia/dotfiles","last_synced_at":"2025-09-15T16:31:25.187Z","repository":{"id":48186248,"uuid":"271897990","full_name":"bartekpacia/dotfiles","owner":"bartekpacia","description":"My very personal development environment setup.","archived":false,"fork":false,"pushed_at":"2025-01-01T17:34:39.000Z","size":724,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-01T18:28:58.931Z","etag":null,"topics":["dotfiles","macos","unix"],"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/bartekpacia.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}},"created_at":"2020-06-12T22:05:14.000Z","updated_at":"2025-01-01T17:34:43.000Z","dependencies_parsed_at":"2023-02-18T12:40:36.001Z","dependency_job_id":"62518005-6352-448e-8554-db5d899b267b","html_url":"https://github.com/bartekpacia/dotfiles","commit_stats":{"total_commits":543,"total_committers":2,"mean_commits":271.5,"dds":"0.0018416206261510082","last_synced_commit":"d6e4ee5a1841314a9e6050520d86d46cf7230206"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bartekpacia%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bartekpacia%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bartekpacia%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bartekpacia%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bartekpacia","download_url":"https://codeload.github.com/bartekpacia/dotfiles/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":233129913,"owners_count":18629305,"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","macos","unix"],"created_at":"2024-10-02T05:11:55.449Z","updated_at":"2025-09-15T16:31:19.823Z","avatar_url":"https://github.com/bartekpacia.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dotfiles\n\nMy very personal development environment setup. I refuse to work without it.\n\n![neofetch output](neofetch.png)\n\n### Philosophy\n\n- cross-platform\n  - work well on any POSIX shell\n  - do not favor GNU coreutils. Support BSD.\n- minimal, simple, obvious\n  - the less tools have to be installed, the better\n\n## Set up on macOS\n\nOn macOS, simply use [strap](https://github.com/MikeMcQuaid/strap).\n\n## Set up on UNIX\n\nOn other Unix-like systems, `git clone` this repository to the `$HOME/.dotfiles`\ndirectory.\n\n**SSH**\n\n```console\ngit clone git@github.com:bartekpacia/dotfiles.git ~/.dotfiles\n```\n\n**HTTPS**\n\n```console\ngit clone https://github.com/bartekpacia/dotfiles.git ~/.dotfiles\n```\n\nOnce cloned, execute `script/setup`:\n\n```console\n~/.dotfiles/script/setup\n```\n\n\u003e `script/setup` depends on `curl`, `git`, `zsh`.\n\n## Set up SSH keys\n\nAfter setting up a new machine, you very likely want to set up SSH\nauthentication to it.\n\nGet public key from password manager:\n\n```console\nop read \"op://Personal/main key/public key\" \u003e ~/.ssh/main_key.pub\nchmod 0400 ~/.ssh/main_key.pub\n```\n\nCopy public key to remote machine:\n\n```console\nssh-copy-id -f -i ~/.ssh/main_key.pub $REMOTE_USER@$REMOTE_HOST\n```\n\nor use [my `get_ssh_key` script][get_ssh_key]:\n\n```console\nget_ssh_key 'Personal' 'main key'\n```\n\n## File descriptions\n\n- `ssh/config` SSH config.\n\n- `script/setup_dock` Sets up my Dock the way I want.\n\n- `script/disable_chime` Disables the dumb macOS's startup chime.\n\n- `files/com.googlecode.iterm2.plist` iTerm2 global settings.\n\n- `files/bartek.itermkeymap` iTerm2 global keybindings.\n\n- `files/settings.json` Windows Terminal global settings.\n\n- `local` All scripts in this folder are gitignored and automatically sourced by\n  zshrc.\n\n  Example use case:\n\n  - startup shell scripts from JetBrains Toolbox app\n\n[get_ssh_key]: https://github.com/bartekpacia/scripts/blob/master/bin/get_ssh_key\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbartekpacia%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbartekpacia%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbartekpacia%2Fdotfiles/lists"}