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)"
  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
  8. Setup SSH access for GitHub
  9. Setup neovim
    git clone [email protected]:piedrahitapablo/init.lua.git ~/.config/nvim
  10. Install Scroll Reverser
  11. Install Docker

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

No packages published