{"id":22360790,"url":"https://github.com/ghashtag/dotfiles","last_synced_at":"2026-03-19T22:33:32.666Z","repository":{"id":112932703,"uuid":"101569163","full_name":"gHashTag/dotfiles","owner":"gHashTag","description":"Sweet home for React Native","archived":false,"fork":false,"pushed_at":"2020-11-23T11:39:58.000Z","size":85,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-26T16:55:59.378Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/gHashTag.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-08-27T17:36:50.000Z","updated_at":"2023-03-20T12:38:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"e7c28a2c-430e-458a-94ed-d95200e1972b","html_url":"https://github.com/gHashTag/dotfiles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gHashTag/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gHashTag%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gHashTag%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gHashTag%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gHashTag%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gHashTag","download_url":"https://codeload.github.com/gHashTag/dotfiles/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gHashTag%2Fdotfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29220483,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-08T03:18:47.732Z","status":"ssl_error","status_checked_at":"2026-02-08T03:15:31.985Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-12-04T16:18:36.671Z","updated_at":"2026-02-08T04:32:44.900Z","avatar_url":"https://github.com/gHashTag.png","language":"Vim script","readme":"# dotfiles\n\nSolarized color theme for OS X 10.7+ Terminal.app\n\nhttps://github.com/tomislav/osx-terminal.app-colors-solarized\n\nClone and import Solarized Dark.terminal in preference terminal\n\n`git clone https://github.com/gHashTag/dotfiles.git`\n\nOhMyZsh!\n\n`curl -L https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh | sh`\n\nТема powerlevel9k\n\n`git clone https://github.com/bhilburn/powerlevel9k.git ~/.oh-my-zsh/custom/themes/powerlevel9k`\n\nWindow: column: 215; row: 60\n\n\nInstall dependencies:\n\nbrew https://brew.sh/index_ru.html\n\n```bash\n/usr/bin/ruby -e \"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)\"\n```\n\n`brew tap caskroom/fonts`\n\n`brew cask install font-hack-nerd-font`\n\n`cd ~/Library/Fonts \u0026\u0026 curl -fLo \"Droid Sans Mono for Powerline Nerd Font Complete.otf\" https://github.com/ryanoasis/nerd-fonts/raw/master/patched-fonts/DroidSansMono/complete/Droid%20Sans%20Mono%20Nerd%20Font%20Complete.otf`\n\nselect Font in terminal 12 Droid Sans Mono Nerd Complete\n\n\n\n`brew install node watchman yarn antigen wget gifify neovim`\n\n`brew cask install java android-studio`\n\n`npm install -g react-native-cli nodemon`\n\n`sudo gem install cocoapods`\n\nfonts https://github.com/powerline/fonts/\n\nvim plug https://github.com/junegunn/vim-plug\n```\n curl -fLo ~/.vim/autoload/plug.vim --create-dirs \\\n    https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim\n```\n\nneo vim https://github.com/neovim/neovim/wiki/Installing-Neovim\n\nmkdir .config/nvim/init.vim\n\n```bash \nset runtimepath^=~/.vim runtimepath+=~/.vim/after\nlet \u0026packpath = \u0026runtimepath\nsource ~/.nvimrc\n```\n\nAdd links in ~/\n\n`ln -s  ./dotfiles/.vimrc .vimrc`\n\n`ln -s ./dotfiles/.nvimrc .nvimrc`\n\n`ln -s ./dotfiles/.prettierrc .prettierrc`\n\n`ln -s ./dotfiles/.zshrc .zshrc`\n\n`ln -s ./dotfiles/.gitignore .gitignore`\n\n`ln -s ./dotfiles/.gitconfig .gitconfig`\n\n`ln -s ./dotfiles/.gitignore_global .gitignore_global`\n\n`ln -s ./dotfiles/.editorconfig .editorconfig`\n\n`ln -s ./dotfiles/.ctags .ctags`\n\n`ln -s ./dotfiles/.eslintrc .eslintrc`\n\n`ln -s ./dotfiles/.flowconfig .flowconfig`\n\n`ln -s ./dotfiles/libdefs.js libdefs.js`\n\nInstall Python 2 \u0026\u0026 3\n\n`brew install python`\n\n`brew install python3`\n\n`sudo pip2 install --upgrade neovim`\n\n`pip2 install --user --upgrade neovim`\n\n`sudo pip3 install --upgrade neovim`\n\n`pip3 install --user --upgrade neovim`\n\n`brew doctor`\nif:\n\n```Warning: Unbrewed header files were found in /usr/local/include.\nIf you didn't put them there on purpose they could cause problems when\nbuilding Homebrew formulae, and may need to be deleted.\n\nUnexpected header files:\n  /usr/local/include/python2.7/greenlet/greenlet.h\n  /usr/local/include/python3.6m/greenlet/greenlet.h\n``` \n\n`sudo rm /usr/local/include/python2.7/greenlet/greenlet.h`\n\n`sudo rm /usr/local/include/python3.7m/greenlet/greenlet.h`\n\n\nInstall react-native-debugger https://github.com/jhen0409/react-native-debugger\n\n`brew update \u0026\u0026 brew cask install react-native-debugger`\n\nTelegram:\n\n`brew cask install telegram`\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fghashtag%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fghashtag%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fghashtag%2Fdotfiles/lists"}