{"id":21303105,"url":"https://github.com/bzon/dotfiles","last_synced_at":"2026-01-02T14:38:44.436Z","repository":{"id":141940524,"uuid":"129870390","full_name":"bzon/dotfiles","owner":"bzon","description":null,"archived":false,"fork":false,"pushed_at":"2021-12-01T10:10:13.000Z","size":30,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-22T08:28:36.601Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/bzon.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":"2018-04-17T08:15:57.000Z","updated_at":"2021-12-01T10:10:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"3d02a9d7-11c0-4af8-b80c-eba9ed31d512","html_url":"https://github.com/bzon/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/bzon%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bzon%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bzon%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bzon%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bzon","download_url":"https://codeload.github.com/bzon/dotfiles/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243776696,"owners_count":20346353,"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-11-21T15:58:55.751Z","updated_at":"2026-01-02T14:38:44.403Z","avatar_url":"https://github.com/bzon.png","language":"Vim script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Table of Contents\n\n\u003c!-- vim-markdown-toc GFM --\u003e\n\n* [Prerequisites](#prerequisites)\n* [Frameworks](#frameworks)\n* [Prettify Terminal](#prettify-terminal)\n  * [Install Oh My Zsh](#install-oh-my-zsh)\n  * [Install Oh My Zsh plugins and extra utilities](#install-oh-my-zsh-plugins-and-extra-utilities)\n  * [Configure zshrc file](#configure-zshrc-file)\n* [NeoVim and Plugins](#neovim-and-plugins)\n\n\u003c!-- vim-markdown-toc --\u003e\n\n## Prerequisites\n\nInstall brew:\n\n```bash\n/usr/bin/ruby -e \"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)\"\n```\n\nSetup .profile:\n\n```bash\necho 'export PATH=$PATH:/usr/local/bin' \u003e $HOME/.profile\nsource ~/.profile\n```\n\n## Frameworks\n\nInstall rvm and ruby:\n\n```bash\ncurl -sSL https://get.rvm.io | bash -s stable --ruby\n```\n\nInstall python 3:\n\n```bash\nbrew install python\n```\n\nDownload and install __Go for MacOS__ [here](https://golang.org/doc/install)\n\n## Prettify Terminal\n\n### Install Oh My Zsh\n\n```bash\nsh -c \"$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)\"\n```\n\nInstall Powerline themes:\n\n```bash\ngit clone https://github.com/bhilburn/powerlevel9k.git ~/.oh-my-zsh/custom/themes/powerlevel9k\n```\n\nInstall Powerline Nerd font:\n\n```bash\nbrew tap homebrew/cask-fonts\nbrew install --cask font-hack-nerd-font\nbrew install --cask font-sourcecodepro-nerd-font\n```\n\nInstall customization to powerlevel9k theme:\n\n```bash\ncurl -fsSL -o ~/powerlevel9k.zsh https://raw.githubusercontent.com/bzon/dotfiles/master/powerlevel9k.zsh\n```\n\n### Install Oh My Zsh plugins and extra utilities\n\n```bash\nbrew install zsh-autosuggestions\nbrew install zsh-syntax-highlighting\ngem install colorls\nbrew install neofetch\nbrew install kube-ps1\n```\n\n### Configure zshrc file\n\n* Backup the existing `./zshrc` for safety.\n* Install the zshrc of this repo:\n  ```bash\n  curl -fsSL -o /.zshrc https://raw.githubusercontent.com/bzon/dotfiles/master/zshrc\n  ```\n* Run `brew info zsh-syntax-highlighting` and follow the instructions related to modification in the zshrc.\n* Run `brew info zsh-autosuggestions` and follow the instructions related to modification in the zshrc.\n\n## NeoVim and Plugins\n\nInstall neovim:\n\n```bash\nbrew install neovim\n```\n\nInstall Vim Plug for neovim:\n\n```bash\ncurl -fLo ~/.local/share/nvim/site/autoload/plug.vim --create-dirs \\\n    https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim\n```\n\nUpgrade python client for neovim (needed for some plugins to work):\n\n```bash\n/usr/local/bin/pip3 install neovim\n/usr/local/bin/pip3 install --upgrade neovim\n```\n\nCopy `./init.vim` to `~/.config/nvim/init.vim`, open it, source then install the plugins.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbzon%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbzon%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbzon%2Fdotfiles/lists"}