jupa1986 / dotfiles

⚙️ Setup a macOS environment quickly and easily!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

⚙️ 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

fzf

To enable the FZF in command line you need to follow this guide.

Note: It's already added to the .bashrc just need to install the package

After Install

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

Antigen

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.

Homebrew

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

Doom Emacs

If Doom Emacs scripts fails, made it by yourself with the following commands:

git clone --depth 1 https://github.com/hlissner/doom-emacs ~/.emacs.d
~/.emacs.d/bin/doom install

Author

Helder B. Berto
Helder B. Berto

Inspiration

License

MIT License © Helder Burato Berto

About

⚙️ Setup a macOS environment quickly and easily!

License:MIT License


Languages

Language:Shell 52.9%Language:Emacs Lisp 31.3%Language:Vim Script 13.9%Language:YASnippet 1.9%