Skip to content

cmrust/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 

Repository files navigation

dotfiles

User shell config files. Here to be available from anywhere.

.zshrc, .vimrc, install scripts

macOS System Setup

xcode-select --install     # installs command line developer tools - necessary to install brew

# install homebrew

# even though many of these tools ship with the OS, installing them through brew to get on an upgrade path

brew_packages=(vim bash gnu-sed jq yq cfssl meld gimp tesseract terraform)
brew install ${brew_packages[@]}

# install oh my zsh

# install powerlevel10k into oh my zsh
# on first launch it will ask to:
# - install font, say yes
# - choose style, choose lean

# install dotfiles

About

Linux rc files and notes on system setup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published