royge / dotfiles

Configurations files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dot files

Configuration files on my development machine.

NOTE: This is tested only in Ubuntu 20.04 and Mac OS Catalina and up.

Getting Started

  1. Clone repo.

    git clone https://github.com/royge/dotfiles.git
    
  2. Install go

  3. Install rust

  4. Execute install.sh

    NOTE: For Ubuntu, we are installing vim from jonathonf/vim because the version available in ubuntu repo doesn't supports clipboard.

    cd dotfiles
    ./install.sh

    NOTE: After Mac OS Big Sur upgrade we need to upgrade reattach-to-user-namespace as well.

    brew upgrade reattach-to-user-namespace
  5. Reboot.

About

Configurations files


Languages

Language:Vim Script 65.9%Language:Shell 23.9%Language:Python 10.3%