Skip to content

Latest commit

 

History

History
executable file
·
30 lines (23 loc) · 1.08 KB

File metadata and controls

executable file
·
30 lines (23 loc) · 1.08 KB

dotfiles

Install

macOS

$ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
$ cd ~
$ git clone https://github.com/ewnd9/dotfiles.git
$ cd dotfiles
$ ln -s $HOME/dotfiles/config/zshrc $HOME/.zshrc
$ brew install node@16 yarn
$ ./init.sh

Temporary Chrome Extensions

Xtra

$ echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p