ewalk153 / dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dotfiles

Installation

$ cd ~/
$ git clone git@github.com:ewalk153/dotfiles.git
$ ./dotfiles/bootstrap.sh

The boostrap script will symlink config files from ~/dotfiles into ~/ and install the following packages:

Updating

$ cd ~/dotfiles
$ git pull
$ ./bootstrap.sh

Other useful tools

curl -fLo ~/.config/nvim/colors/onedark.vim --create-dirs https://raw.githubusercontent.com/joshdick/onedark.vim/master/autoload/onedark.vim

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

About


Languages

Language:Vim Script 65.2%Language:Shell 34.8%