My base settings for when I start in a new environment.
Set zsh as your default shell:
sudo chsh -s $(which zsh)
- Update macOS to the latest version with the App Store;
- Install Xcode from the App Store, open it and accept the license agreement;
- Clone onto your machine:
git clone git://github.com/helderburato/dotfiles.git ~/.dotfiles
- Install the dotfiles:
sh ~/.dotfiles/install.sh
brew install fzf
$(brew --prefix)/opt/fzf/install
Read more on the official guide.
Read more about my Neovim configuration project structure.
Restart your computer and enjoy your new configuration. ✌🏻
It's required to generate in every machine you start.
- Go to your $HOME with
cd ~
; - Generate the new key
ssh-keygen
;
If you get any problems with antigen
, try rm -rf ~/.antigen
after complete, close your terminal and open again to reinstall the packages from antigen.
If you get any permissions problems when trying to run brew
scripts, try to give the following permissions to your current user:
$ sudo chown -R $(whoami):admin /usr/local && sudo chmod -R g+rwx /usr/local
Helder B. Berto |
MIT License © Helder Burato Berto