Skip to content

pesc101/.dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

89b8bb9 · May 1, 2024

History

18 Commits
May 1, 2024
Feb 10, 2022
May 1, 2024
Feb 11, 2022
May 1, 2024
May 1, 2024

Repository files navigation

Dotfiles

Install

  1. Install Apple's Command Line Tools, which are prerequisites for Git and Homebrew.
xcode-select --install
  1. Clone repo into new hidden directory.
# Use SSH (if set up)...
git clone [email protected]:pesc101/.dotfiles.git ~/.dotfiles

# ...or use HTTPS and switch remotes later.
git clone https://github.com/pesc101/.dotfiles.git ~/.dotfiles
  1. Create symlinks in the Home directory to the real files in the repo.
ln -s ~/.dotfiles/.zshrc ~/.zshrc
# ln -s ~/.dotfiles/.gitconfig ~/.gitconfig
ln -s ~/.dotfiles/.gitignore ~/.gitignore
  1. Install Homebrew, followed by the software listed in the Brewfile.
# Install Homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

# Install Homebrew Bundle
brew bundle --file ~/.dotfiles/Brewfile

Useful Apps

  • AltTab
  • Alfred
  • Rectangle
  • ITerm 2
  • Super Agent
  • Vimari
  • Docker
  • VSCode
  • PyCharm
  • RStudio
  • Postman
  • Obsidian

About

My personal dotfiles config

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published