{"id":15407254,"url":"https://github.com/peterfication/config","last_synced_at":"2025-04-18T03:17:12.600Z","repository":{"id":43199971,"uuid":"87938180","full_name":"peterfication/config","owner":"peterfication","description":"My local config files.","archived":false,"fork":false,"pushed_at":"2025-04-09T12:57:51.000Z","size":8838,"stargazers_count":2,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-09T13:44:30.700Z","etag":null,"topics":[],"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/peterfication.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}},"created_at":"2017-04-11T13:35:57.000Z","updated_at":"2025-04-09T12:57:54.000Z","dependencies_parsed_at":"2024-06-22T03:19:04.325Z","dependency_job_id":"9f8c702f-5cbd-44be-bf7a-8de67033e5a9","html_url":"https://github.com/peterfication/config","commit_stats":{"total_commits":848,"total_committers":5,"mean_commits":169.6,"dds":"0.20400943396226412","last_synced_commit":"6afdde745908ff8843b820f40f7e0fe0fe9f7a1e"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peterfication%2Fconfig","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peterfication%2Fconfig/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peterfication%2Fconfig/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peterfication%2Fconfig/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/peterfication","download_url":"https://codeload.github.com/peterfication/config/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249419384,"owners_count":21268624,"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":[],"created_at":"2024-10-01T16:28:04.687Z","updated_at":"2025-04-18T03:17:12.575Z","avatar_url":"https://github.com/peterfication.png","language":"Lua","readme":"# My local config files for UNIX (mostly Mac OS (X))\n\nThis is just a repository for my local config files.\n\nIt is heavily focused around the usage of [fzf](https://github.com/junegunn/fzf):\n\n- [fzf-tab](https://github.com/Aloxaf/fzf-tab)\n- [fzf-vim](https://github.com/junegunn/fzf.vim)\n- [coc-fzf](https://github.com/antoinemadec/coc-fzf)\n- [git-fuzzy](https://github.com/bigH/git-fuzzy)\n- [tmux session handling with fzf](tmux/04_mappings.tmux)\n\n\u003cimg width=\"1792\" alt=\"preview\" src=\"https://user-images.githubusercontent.com/4454052/110747799-2594ee80-823f-11eb-9aef-8319e425202d.png\"\u003e\n\n## Steps\n\n### Add SSH and GPG keys\n\nhttps://makandracards.com/makandra/37763-gpg-extract-private-key-and-import-on-different-machine\n\n```bash\ntouch gpg.key\nvim gpg.key\n# Fill private GPG key\ngpg --import gpg.key\n# Fully trust the key\ngpg --edit-key 46FF813D9CC4452B\nrm -P gpg.key\n```\n\n### Clone config and install\n\n```bash\ngit clone git@github.com:peterfication/config.git\ncd config\n./mac_os_defaults.sh\n./install.sh\n```\n\n### Manual steps\n\n- Change caps lock in `System Preferences \u003e Keyboard \u003e Modifier Keys` to escape\n- Change left alt key to `Esc+` in `iTerm2 settings \u003e Profiles \u003e Keys \u003e Right option key`\n- Clone base16 theme `git clone https://github.com/chriskempson/base16-shell ~/.config/base16-shell` (to be able to switch color schemes easily) with the `base_16...` commands\n- Clone base16 iTerm theme `git clone https://github.com/martinlindhe/base16-iterm2.git ~/.config/base16-shell-iterm`\n- Set up iTerm2 with a base16 color scheme from https://github.com/martinlindhe/base16-iterm2\n- Change font to NerdFont font \"Fira Mono NerdFont\" in iTerm2\n- Remove/add some keyboard shortcuts (F11, F12, CMD+^)\n- Install [Postgres.app](https://postgresapp.com/)\n- Set up [Leo searches](alfred/leo-searches.md) in Alfred\n- Add Quartz filter in ColorSync Utility for reducing the file size with \"Colour Image Sampling\" (Quality high, constrain size to 128-1200)\n- https://it.digitaino.com/use-touchid-to-authenticate-sudo-on-macos/\n\n### TODO\n\n- iTerm config\n- https://github.com/yutkat/dotfiles\n- https://dotfiles.github.io/\n- https://ohmyposh.dev\n- https://github.com/vendasta/setup-new-computer-script https://news.ycombinator.com/item?id=29535432\n\n## Alfred workflows\n\n- https://github.com/alanhg/alfred-workflows/tree/master/switch-audio\n  Create own with https://github.com/deweller/switchaudio-osx\n  https://github.com/beet/alfred_audio_switcher\n- https://github.com/jsumners/alfred-emoji\n- https://github.com/vitorgalvao/custom-alfred-iterm-scripts\n- https://github.com/g1eny0ung/Alfred-Colors-workflow\n- https://github.com/alexchantastic/alfred-ip-address-workflow\n- https://github.com/LeEnno/alfred-terminalfinder\n- https://gitlab.com/alexives/timer-alfred-workflow\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeterfication%2Fconfig","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpeterfication%2Fconfig","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeterfication%2Fconfig/lists"}