curiousily / dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My dotfiles

How to use it

Install homesick

gem install homesick

Use this repo

homesick clone git@github.com:curiousily/dotfiles.git
homesick symlink dotfiles

Install bundles in vim

:BundleInstall

To properly install YouCompleteMe preinstall node & go.

Fonts

Install Fura Code Nerd Font from Nerd Fonts

Theme

For terminal theme use onedark

For ZSH theme use Powerlevel9k

git clone https://github.com/bhilburn/powerlevel9k.git ~/.oh-my-zsh/custom/themes/powerlevel9k

ZSH Plugins

git clone https://github.com/zsh-users/zsh-completions $ZSH_CUSTOM/plugins/zsh-completions
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git $ZSH_CUSTOM/plugins/zsh-syntax-highlighting
git clone git://github.com/zsh-users/zsh-autosuggestions $ZSH_CUSTOM/plugins/zsh-autosuggestions

About

License:MIT License


Languages

Language:Shell 80.3%Language:Vim Script 19.7%