{"id":15641319,"url":"https://github.com/excid3/dotfiles","last_synced_at":"2025-04-30T09:09:09.865Z","repository":{"id":66976009,"uuid":"1861629","full_name":"excid3/dotfiles","owner":"excid3","description":"My personal dotfiles for macOS: zsh, MacVim, iterm, and more.","archived":false,"fork":false,"pushed_at":"2022-01-07T14:09:23.000Z","size":34,"stargazers_count":72,"open_issues_count":1,"forks_count":28,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-01-05T23:41:53.707Z","etag":null,"topics":["dotfiles","shell"],"latest_commit_sha":null,"homepage":"https://excid3.com","language":"Vim script","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/excid3.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":"2011-06-07T19:30:05.000Z","updated_at":"2024-04-04T19:09:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"8a3cfdef-3d38-4993-8d87-a5825228d519","html_url":"https://github.com/excid3/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/excid3%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/excid3%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/excid3%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/excid3%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/excid3","download_url":"https://codeload.github.com/excid3/dotfiles/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235217926,"owners_count":18954520,"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","shell"],"created_at":"2024-10-03T11:42:11.486Z","updated_at":"2025-01-23T02:52:47.832Z","avatar_url":"https://github.com/excid3.png","language":"Vim script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# My Dotfiles\n\nJust [Chris Oliver's](https://twitter.com/excid3) dotfiles. You can copy these in and everything is ready for the races.\n\n## Installation\n\n1. Clone this repo\n\n    ```\n    mkdir -p ~/code \u0026\u0026 cd ~/code \u0026\u0026 git clone https://github.com/excid3/dotfiles.git\n    ```\n\n2. Install Homebrew\n\n    ```\n    /usr/bin/ruby -e \"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)\"\n    ```\n\n3. Install MacVim, rbenv, ruby-build, and more\n\n    ```\n    brew install macvim rbenv ruby-build postgresql elasticsearch redis zsh\n    brew install Caskroom/cask/iterm2\n    brew install Caskroom/cask/google-chrome\n    ```\n\n4. Install Oh-My-ZSH\n\n    ```\n    sh -c \"$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)\"\n    ```\n\n5. Install Janus for Vim\n\n    ```\n    curl -L https://bit.ly/janus-bootstrap | bash\n    ```\n\n6. Symlink configs\n\n    ```\n    ln -s ~/code/dotfiles/zsh/themes/excid3.zsh-theme ~/.oh-my-zsh/themes/excid3.zsh-theme\n    ln -s ~/code/dotfiles/zsh/zshrc ~/.zshrc\n    ln -s ~/code/dotfiles/vim/vimrc ~/.vimrc\n    ln -s ~/code/dotfiles/psqlrc ~/.psqlrc\n    ln -s ~/code/dotfiles/gemrc ~/.gemrc\n\n    vim +PluginInstall +qall\n    ```\n\n7. Open iTerm and import color scheme from iterm folder\n\n8. diff-so-fancy\n\n    ```\n    brew install diff-so-fancy\n    git config --global color.ui true\n\n    git config --global color.diff-highlight.oldNormal    \"red bold\"\n    git config --global color.diff-highlight.oldHighlight \"red bold 52\"\n    git config --global color.diff-highlight.newNormal    \"green bold\"\n    git config --global color.diff-highlight.newHighlight \"green bold 22\"\n\n    git config --global color.diff.meta       \"yellow\"\n    git config --global color.diff.frag       \"magenta bold\"\n    git config --global color.diff.commit     \"yellow bold\"\n    git config --global color.diff.old        \"red bold\"\n    git config --global color.diff.new        \"green bold\"\n    git config --global color.diff.whitespace \"red reverse\"\n    ```\n\n# Other tips\n\nHere are some other useful commands I like to use:\n\n#### Pretty ```git lg```\n\n\tgit config --global alias.lg \"log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)\u003c%an\u003e%Creset' --abbrev-commit --\"\n\n#### Import GPG Keys\n\nImport your GPG keys using https://www.phildev.net/pgp/gpg_moving_keys.html\n\nThen sign all commits with the key:\n\n  git config --global commit.gpgsign true\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexcid3%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fexcid3%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexcid3%2Fdotfiles/lists"}