Skip to content

piedrahitapablo/dotfiles

Repository files navigation

Dotfiles

Installation

  1. Initialize chezmoi
    chezmoi init --apply piedrahitapablo

Mac setup

  1. Install brew
    /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
    1. Make sure to run the commands printed at the end of the brew installation logs
  2. Install packages from Brewfile
    brew bundle install
  3. Install oh-my-zsh
    sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
  4. Install powerlevel10k
    brew install powerlevel10k
    echo "source $(brew --prefix)/share/powerlevel10k/powerlevel10k.zsh-theme" >>~/.zshrc
  5. Add source to ~/.zshrc
    echo "source ~/.zsh_aliases" >>~/.zshrc
    echo "source ~/.zsh_env" >>~/.zshrc
    echo "source ~/.zsh_settings" >>~/.zshrc
  6. Install volta
    curl https://get.volta.sh | bash
    1. Install node
      volta install node
      volta install yarn
      volta install pnpm
  7. Install pre-commit
    pipx install pre-commit
    1. Make sure to run the command to add pipx bins to PATH
  8. Setup SSH access for GitHub
  9. Setup neovim
    git clone git@github.com:piedrahitapablo/init.lua.git ~/.config/nvim
  10. Install Scroll Reverser
  11. Install Docker

Extra apps:

  • Conar
  • Daisy disk
  • Raycast
  • Stremio

Brewfile tips

https://gist.github.com/ChristopherA/a579274536aab36ea9966f301ff14f3f

  • mv Brewfile{,.old}
  • brew bundle dump
  • diff Brewfile{.old,}

Settings

  • Dark mode: Auto
  • Keyboard input: US International
  • Dock
    • Magnification: Large
    • Automatically hide
    • Hide Suggestions
    • Remove unwanted apps
  • Trackpad
    • Tracking speed: 4
    • Tap to click

About

Config files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors