Skip to content

ericzakariasson/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 

Repository files navigation

dotfiles

setup

  1. Install homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
  1. Install packages
brew install \
git \
fnm \
dockutil \
gh \
python
  1. Install casks
brew install --cask \
warp \
notion \
discord \
visual-studio-code \
bitwarden \
spotify \
rectangle \
docker \
pika
  1. Install oh-my-zsh
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh ohmyzsh/master/tools/install.sh)"
  1. Install zsh-syntax-highlighting
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git
echo "source ${(q-)PWD}/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh" >> ~/.zshrc
  1. Install zsh-autosuggestions
git clone https://github.com/zsh-users/zsh-autosuggestions ~/.zsh/zsh-autosuggestions
echo "source ~/.zsh/zsh-autosuggestions/zsh-autosuggestions.zsh" >> ~/.zshrc
  1. Setup fnm
echo "eval \"$(fnm env --use-on-cd)\"" >> ~/.zshrc
  1. Add aliases
echo 'zource="source ~/.zshrc"' >> ~/.zshrc
echo 'zshrc="code ~/.zshrc"' >> ~/.zshrc
  1. Configure git
git config --global user.name ericzakariasson
git config --global user.email <email>
  1. Install node 16
fnm install 16

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published