Skip to content

matt-andersen/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages