Skip to content

⚙️ Set up a macOS environment quickly and easily!

License

Notifications You must be signed in to change notification settings

iAmWillShepherd/dotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚙️ Helder's Dotfiles

My base settings for when I start in a new environment.

Requirements

Set zsh as your default shell:

sudo chsh -s $(which zsh)

Setting up your Mac

  • Update macOS to the latest version with the App Store;
  • Install Xcode from the App Store, open it and accept the license agreement;

Install

  • Clone onto your machine:
git clone git://github.com/helderburato/dotfiles.git ~/.dotfiles
  • Install the dotfiles:
sh ~/.dotfiles/install.sh

Restart your computer and enjoy your new configuration.! ✌🏻

Generate the SSH Keys

It's required to generate in every machine you start.

  • Go to your $HOME with cd ~;
  • Generate the new key ssh-keygen;

Troubleshoot

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

Inspiration

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

⚙️ Set up a macOS environment quickly and easily!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 69.9%
  • Emacs Lisp 28.3%
  • Ruby 1.7%
  • Vim Script 0.1%