[go: nahoru, domu]

Skip to content

royge/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.