Skip to content

Latest commit

 

History

18 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

dotfiles

Mac Setup

  1. Open your .zshrc file:
vim ~/.zshrc
  1. Add the following to your .zshrc:
if [ -f ~/.zprofile ]; then
    source ~/.zprofile
fi
  1. Download the profile:
curl -v -H "Cache-Control: no-cache" https://raw.githubusercontent.com/matt-andersen/dotfiles/refs/heads/main/zprofile -o ~/.zprofile &&
  source ~/.zshrc &&
  cat ~/.zprofile

Linux Setup

  1. Open your .bashrc file:
vim ~/.bashrc
  1. Add the following to your .bashrc:
if [ -f ~/.bash_profile ]; then
    source ~/.bash_profile
fi
  1. Download the profile:
curl -v -H "Cache-Control: no-cache" https://raw.githubusercontent.com/matt-andersen/dotfiles/refs/heads/main/bash_profile -o ~/.bash_profile &&
  source ~/.bashrc &&
  cat ~/.bash_profile

About

Cross-platform (macOS/Linux) dotfiles for shell setup. Adjusted for personal tastes.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages