Skip to content

pingkoc/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation:

    git clone https://github.com/pingkoc/dotfiles.git ~/dotfiles

TMUX Config Installation

    ln -s ~/dotfiles/tmux.conf ~/.tmux.conf

VIM Config Installation

    Create symlinks:

        ln -s ~/dotfiles/vim/vimrc ~/.vimrc
        ln -s ~/dotfiles/vim ~/.vim

    Install vim-plug:

        curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
          https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim

    Install plugins (from inside vim):

        :PlugInstall

    Install ripgrep (required for :Rg search):

        brew install ripgrep

    fzf is installed automatically by vim-plug.

Oh My ZSH:
    Install ZSH and Oh My ZSH:
        sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
    Soft Link
        ln -s ~/dotfiles/ohmyzsh/.zshrc ~/.zshrc
    Set Terminal Profile to run zsh instead of bash
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors