Skip to content

joefitzy/dotfiles

 
 

Repository files navigation

Dotfiles for Work Mac

My dev setup and workflow for intel macOS.

Terminal Image

My setup and tools:

Installation

I use vscode as my main editor.

Once you install vscode, run this command to install extensions: just vsc-ext

Clone this repo and run these commands to create my dev workflow

My recommendation is clone this repo into $HOME/.dotfiles like this

# install xcode cli tools: need git installed
xcode-select --install

# clone repo to dotfiles dir
git clone git@github.com:joefitzy/dotfiles.git $HOME/.dotfiles

# Move into dotfiles dir
cd $HOME/.dotfiles

# install homebrew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

# install packages from brewfile
brew update && brew install just
just brewinstall

# install virtualenv
pipx install virtualenv

# use gnu stow to manage symlinks for dotfiles
# must be in $HOME/.dotfiles directory
stow .

Troubleshooting

Alacritty

You might need to make a symlink to your fish install like this:

ln -s <current_fish_locaation> /usr/local/bin/fish

Languages

  • Shell 78.0%
  • Nushell 15.2%
  • Vim Script 2.7%
  • Ruby 1.9%
  • Python 1.7%
  • Makefile 0.3%
  • Just 0.2%