{"id":21467106,"url":"https://github.com/cpapazaf/dotfiles","last_synced_at":"2026-04-13T03:40:09.336Z","repository":{"id":143121298,"uuid":"72850302","full_name":"cpapazaf/dotfiles","owner":"cpapazaf","description":"OSX/Ubuntu dotfiles for setting up the perfect development environment","archived":false,"fork":false,"pushed_at":"2023-11-16T08:56:43.000Z","size":85,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-23T15:37:40.610Z","etag":null,"topics":["dotfiles","git","iterm2","oh-my-zsh","osx-setup","python","python3","tmux","tmux-configs","vim","zsh"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/cpapazaf.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":"2016-11-04T13:29:55.000Z","updated_at":"2023-11-16T08:56:47.000Z","dependencies_parsed_at":"2023-11-16T09:50:16.441Z","dependency_job_id":null,"html_url":"https://github.com/cpapazaf/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/cpapazaf%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpapazaf%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpapazaf%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpapazaf%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cpapazaf","download_url":"https://codeload.github.com/cpapazaf/dotfiles/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243982182,"owners_count":20378605,"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","git","iterm2","oh-my-zsh","osx-setup","python","python3","tmux","tmux-configs","vim","zsh"],"created_at":"2024-11-23T08:16:37.248Z","updated_at":"2026-04-13T03:40:04.297Z","avatar_url":"https://github.com/cpapazaf.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Dotfiles for OSX and Ubuntu!\n\nThese dotfiles set OSX and Ubuntu up and ready for development!\n\n## Install/Update\n\nRun the command below on your terminal and go through the configuration step by step. The same command is enough for any updates!\n\n```bash\n./bootstrap.sh\n```\n\n## Features\n\nOutstanding packages:\n\n* iterm2\n* tmux with custom config (uses back-tick as prefix instead of `C-b`)\n* zsh/oh-my-zsh (with zsh-autosuggestions, zsh-syntax-highlighting, z)\n* vim with custom config and prepared for coding (with syntastic, vim-flake8, nerdtree, vim-nerdtree-tabs)\n* git with helpful aliases\n* python\n\nConfigs:\n\n* OSX\n  * Packages\n    * coreutils\n    * moreutils\n    * findutils\n    * gnu-sed\n    * wget\n    * gnupg\n    * binutils\n    * Caskroom/cask/iterm2\n    * fzf\n    * git\n    * git-crypt\n    * git-lfs\n    * tree\n    * jq\n    * pyenv\n    * rectangle\n    * google-chrome\n    * chromedriver\n    * visual-studio-code\n    * keepassxc\n  * osxdefaults\n    * Please check `osx/init.sh` for the OSX system configuration. This script can also run independently. \n\n## Additional Configurations\n\n- Enable Access to disk for MAC OS 10.14 and later by following this [\"link\"](https://osxdaily.com/2018/10/09/fix-operation-not-permitted-terminal-error-macos/)\n- Spotlight. To prevent spotlight indexing your code (especially when installing dependencies) it is advised to exclude the folder you keep all the repos in. This is the reason we ask for a folder path at the setup phase. These dotfiles will not configure spotlight. Please do it manually through System Preferences-\u003eSpotlight-\u003ePrivacy.\n\n### Change git config name/email based on directories\n\nWhen git is installed from this dotfiles, an additional file in placed in your home folder `~/.git_multi_user_config`\n\nAt first is empty. But you can add something like\n\n```bash\n[new_user:new_emai@x.z:/Users/user/.ssh/my_id_rsa]\n/my_code_folder/special_repo_to_use_the_config_in_square_brackets_above/*\n[new_user2:new_emai2@x.z]\n/my_code_folder/special_repo_to_use_the_config_in_square_brackets_above/*\n```\n\nevery time you `cd` into a folder with `.git` folder present, the `~/.git_multi_user_config` file will be iterated and if a path is matched, then the local git config user and email will be set to the new ones. If not, then the global config will be used instead.\n\nNotice that an ssh key can be attached to the GIT_SSH_COMMAND env var if passed as 3rd argument.\n\n## Develop with:\n\n### Python\n\nThe proper way to work with python is to create a `.pyvenv | venv | .venv` with `python3 -m vevn [.pyvenv | venv | .venv]` in each project. These dotfiles handle the activation and deactivation of the python environment each time you `cd` to the project. Git is globally configured to ignore the folders.\n\n\n## Troubleshooting\n\n- if `shims/python3: line 21: /usr/local/Cellar/pyenv/1.2.20/libexec/pyenv: No such file or directory` appears then do `pyenv rehash`\n- if the backtick doesn't work as prefix for tmux then open .tmux.conf, delete the \"`\" char and type it again.\n- if tmux doesn't work when restarting iterm, then `killall tmux`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcpapazaf%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcpapazaf%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcpapazaf%2Fdotfiles/lists"}