Skip to content

thiagosalles/settings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Settings

  • Homebrew casks and formulas instalation
  • Dotfiles configuration
  • Macbook Settings

Running

First, install Homebrew:

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

Then run the following command from the root folder:

make setup

iTerm2 Configuration

Open the .itermcolors file from apps folder. The color settings will be imported into iTerm2.

Now, apply the imported settings in iTerm through iTerm → preferences → profiles → colors → load presets.

Oh My Zsh + Powerlevel10k

Install oh-my-zsh:

sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/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 Powerlevel10k:

git clone https://github.com/romkatv/powerlevel10k.git $ZSH_CUSTOM/themes/powerlevel10k

Run Powerlevel10k configuration wizard just to install the missing fonts:

p10k configure

Dotfiles

Just run:

dotfiles/makesymlinks.sh

Credits

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published