项目作者: royge

项目描述 :
Configurations files
高级语言: Vim script
项目地址: git://github.com/royge/dotfiles.git
创建时间: 2015-07-03T11:19:44Z
项目社区:https://github.com/royge/dotfiles

开源协议:

下载


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.

    1. 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.

    1. cd dotfiles
    2. ./install.sh

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

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