{"id":19267821,"url":"https://github.com/jhta/.dotfiles","last_synced_at":"2025-07-27T12:17:08.910Z","repository":{"id":74812020,"uuid":"81022290","full_name":"jhta/.dotfiles","owner":"jhta","description":"Dotfiles","archived":false,"fork":false,"pushed_at":"2019-10-27T22:34:11.000Z","size":381,"stargazers_count":2,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-12T16:45:04.213Z","etag":null,"topics":[],"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/jhta.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-02-05T21:08:40.000Z","updated_at":"2019-10-27T22:34:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"bd57b26b-d7f9-4e00-940d-3ffabdfbc8e3","html_url":"https://github.com/jhta/.dotfiles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jhta/.dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jhta%2F.dotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jhta%2F.dotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jhta%2F.dotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jhta%2F.dotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jhta","download_url":"https://codeload.github.com/jhta/.dotfiles/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jhta%2F.dotfiles/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267356215,"owners_count":24074131,"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","status":"online","status_checked_at":"2025-07-27T02:00:11.917Z","response_time":82,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-11-09T20:14:08.901Z","updated_at":"2025-07-27T12:17:08.870Z","avatar_url":"https://github.com/jhta.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# My .dotfiles\n\nmy tools and custom configuration for my terminal (Works on Mac and Ubuntu/Linux).\n\n![terminal](https://github.com/jhta/.dotfiles/blob/master/screenshots/terminal.png)\n\n\n### terminal tools\n```\nsudo apt-get install vim tmux curl httpie\n```\n\nMac:\n\n```\nbrew install vim tmux curl httpie tig\n```\n\n### git ssh keys\nadd Email:\n` git config --global user.email \"jeisonhs93@gmail.com\"`\n`git clone https://github.com/jhta/gen-ssh-key \u0026\u0026 cd gen-ssh-key \u0026\u0026 sh generate-and-send-ssh-key.sh -u jeisonhs93 -d gmail.com`\n\n### oh my zhell\nFirst install `zsh` terminal\n\nUbuntu/Debian:\n\n```\nsudo apt-get install zsh\n```\n\nMac:\n\n```\nbrew install zsh\n```\n\ninstall [oh-my-zhell](https://github.com/robbyrussell/oh-my-zsh):\n\n```\nsh -c \"$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)\"\n```\n\nmake zsh the default terminal:\n\n```\nchsh -s $(which zsh)\n```\n\ninstall autosuggestions:\n```\ngit clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions\n```\n\nmore: https://github.com/zsh-users/zsh-autosuggestions/\n\n\n### terminal env\nI'm using **TMUX** and **VIM** for my terminal.\n\n### VIM\nFor VIM I used this plugin collection:  \nhttp://vim.spf13.com/\n\ncopy the local VIM settings:\n\n```\ncp .vimrc.local $HOME/\n```\n\ninstall plugins:\n\n```\nvim +BundleInstall! +BundleClean +q\n```\n\nThis has awesome plugins like Bundle, PowerLine, NerdTree and ControlP.\n\n### TMUX\n\nFor TMUX I used this configuration for plugins and powerline:  \n\nhttps://github.com/gpakosz/.tmux  \n\nthiss has a lot of plugins for mouse mode, powerline and more.\nI'm using Tmuxp too for load my tmux sessions: https://tmuxp.git-pull.com/en/latest/\n\n### Install Fira code\n\n```\nbrew tap caskroom/fonts\n```\n```\nbrew cask install font-fira-code\n```\n\n__________________\n## Custom config\n\n**After install all the tools** run create symbolic links for dotfiles:\n\n```\ngit clone https://github.com/jhta/.dotfiles.git \u0026\u0026 sh .dotfiles/run.sh\n```\n\nre-install vim plugins:\n```\nvim +BundleInstall! +BundleClean +q\n```\n\n## ZSH\nInstall theme for Iterm https://github.com/MartinSeeler/iterm2-material-design\n\nInstall `spaceship-prompt`:\n\n```\ngit clone https://github.com/denysdovhan/spaceship-prompt.git \"$ZSH_CUSTOM/themes/spaceship-prompt\"\n```\nSymlink spaceship.zsh-theme to your oh-my-zsh custom themes directory:\n\n```\nln -s \"$ZSH_CUSTOM/themes/spaceship-prompt/spaceship.zsh-theme\" \"$ZSH_CUSTOM/themes/spaceship.zsh-theme\"\n```\nSet ZSH_THEME=\"spaceship\" in your .zshrc.\n\nInstall powerline/fonts:\nhttps://github.com/powerline/fonts\n\nSet `Fira code` as default on Iterm.\n\n### theme:\n\n![prompt](https://github.com/jhta/.dotfiles/blob/master/screenshots/prompt.png)\n\n### plugins\n\n**Autosuggestions:**\n\n![auto](https://github.com/jhta/.dotfiles/blob/master/screenshots/autosuggestions.gif)\n\n**Z:**\n\n![z](https://github.com/jhta/.dotfiles/blob/master/screenshots/z.gif)\n\n### vim\n\nSupport for ES6, Graphql, Styled components + Git lens improvments and Monokai as default theme\n\n\n### Ready for work!\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjhta%2F.dotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjhta%2F.dotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjhta%2F.dotfiles/lists"}