Skip to content

fsdiogo/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Dotfiles to setup macOS the way I like it.

Homebrew

Install Homebrew:

$ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

Run homebrew.sh to install the formulas.

Oh My Zsh

Install Oh My Zsh:

$ sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

Install zsh-autosuggestions plugin:

$ git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions

Install zsh-syntax-highlighting plugin:

$ git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting

Install nvm:

$ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash

Replace the .zshrc file and source it. It will set some defaults, activate the zsh plugins, nvm and init the Pure prompt.

Git

Replace the .gitconfig file. It will set some defaults and enable diff-so-fancy.

iTerm

Download and install iTerm.

Set the Snazzy theme by opening the Snazzy.itermcolors in Finder.

Go to Settings > Profiles > Text, change the Cursor to _, the Font to Menlo and set the size to 13.

The final result should be very similar to this:

License

MIT

About

macOS dotfiles

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages