{"id":16439168,"url":"https://github.com/posva/dotfiles","last_synced_at":"2025-02-25T22:26:38.027Z","repository":{"id":41812561,"uuid":"11766097","full_name":"posva/dotfiles","owner":"posva","description":":file_folder: My dotfiles","archived":false,"fork":false,"pushed_at":"2024-08-04T15:09:04.000Z","size":4427,"stargazers_count":11,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-10-17T00:16:56.166Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Vim Script","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/posva.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},"funding":{"github":"posva"}},"created_at":"2013-07-30T13:46:42.000Z","updated_at":"2024-10-02T18:09:01.000Z","dependencies_parsed_at":"2023-01-22T10:15:51.399Z","dependency_job_id":"27d82b26-65e2-43e8-be05-46e6577bc466","html_url":"https://github.com/posva/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/posva%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/posva%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/posva%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/posva%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/posva","download_url":"https://codeload.github.com/posva/dotfiles/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240756668,"owners_count":19852613,"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-11T09:08:19.483Z","updated_at":"2025-02-25T22:26:37.991Z","avatar_url":"https://github.com/posva.png","language":"Vim Script","funding_links":["https://github.com/sponsors/posva"],"categories":[],"sub_categories":[],"readme":"# dotfiles\n\n## Installation\n\nClone the repository:\n\n```sh\ngit clone https://github.com/posva/dotfiles\ncd dotfiles\ngit submodule update --init --recursive\n```\n\n- Install dvorak layout\n  - clean cache: `sudo rm -f /System/Library/Caches/com.apple.IntlDataCache.le*`\n  - restart\n  - add dvorak layout keyboard\n- Install [hombrew](https://brew.sh)\n- Install [Volta](https://volta.sh)\n- Run the `install.sh` script\n- Install brew clis\n- Install brew packages\n- Install node with volta and other globals\n- Install prezto\n- Install Alfred\n  - Configure alfred to open with ⌘ + ␣\n  - Configure double ⌘ to open clipboard\n  - Install [Calm notifications](https://alfred.app/workflows/vitor/calm-notifications/) workflow\n  - Install [ChatGPT](https://alfred.app/workflows/alfredapp/openai/)\n  - Install [Switch appearance](https://alfred.app/workflows/alfredapp/switch-appearance/)\n  - Install [UTF Search](https://alfred.app/workflows/adamkiss/utf-search/)\n- Install setapp\n\n## Change computer name\n\nThe first two can contain emojis, the last one can't.\n\n- `ComputerName` is the name of the computer in Apple Apps\n- `HostName` is the name of the computer in the terminal and ssh (`hostname`).\n- `LocalHostName` is the Bonjour name of the computer.\n\n```sh\nsudo scutil --set ComputerName \"newname\"\nsudo scutil --set HostName \"newname\"\n# this one can't have emojis\nsudo scutil --set LocalHostName \"newname\"\n```\n\n## iTerm2 connfiguration\n\n- Import the profiles.json\n- Import the Key bindings\n- Change theme\n-\n\n## Add calendars\n\nConnect to google account.\n\n## Other apps\n\n- [Krisp](https://app.krisp.ai/apps)\n  - Disable note taking\n  - Make default mic\n- Zoom\n\n## OBS\n\nInstall with `brew install --cask obs``\n\n- slack\n- dropbox\n\n## TODO\n\n- add pip install\n- Add powerline clone\n- install psutil and powerline-status with pip\n- Automate OSX defaults\n\n## GPG\n\n```sh\nbrewi gpg pinentry-mac\n```\n\nCreate a key [with these instructions](https://docs.github.com/en/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key)\n\n```sh\ntouch ~/.gnupg/gpg-agent.conf\necho \"pinentry-program $(brew --prefix)/bin/pinentry-mac\" \u003e\u003e ~/.gnupg/gpg-agent.conf\nkillall gpg-agent\n# test out\necho test | gpg --clearsign\n```\n\nAdd it [on GitHub](https://github.com/settings/keys).\n\n## Info\n\n- These are my dotfiles, you can install them by launching the `install.sh` script\n- You can select what to install with `--only-foo` and `--no-foo`. Launch\n  `./install.sh -h` to get a full list of options\n- Profit!\n\n## TODO\n\n- Test if the new symlink with `~/.config` works\n- Can these be set like this or does it need to be manual?`defaults write -g AppleLanguages '(\"en-FR\", \"fr-FR\", \"zh-Hans-FR\", \"en-GB\", \"ja-FR\")'`\n- Get settings about lock screen and screne saver\n- NeoVim\n  - Fix formatting to not use eslint and prettier at the same time\n  - Add snippets like vscode\n  - Change `s S` to show workspace symbols instead of the thing on the right\n  - Fix neotest config to run the tests based on the config or adapt for only `.{spec,test}.[jtm]sx?`\n- Fix undercurl [in tmux + nvi](https://gist.github.com/bbqtd/a4ac060d6f6b9ea6fe3aabe735aa9d95)\n- remove bin files for spell and write a plugin that automatically generates them on load for nvim\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fposva%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fposva%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fposva%2Fdotfiles/lists"}