Skip to content

gremax/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

Preparation

Homebrew should be installed.

Install Ansible:

brew install ansible

Clone dotfiles:

git clone [email protected]:gremax/dotfiles.git ~/.dotfiles

Install

Run to install tmux, vim, fzf, ripgrep and create symlinks:

cd ~/.dotfiles && make

Initial setup

Only first time run into vim:

:PlugInstall