Skip to content

JamieMason/dotfiles

 
 

Repository files navigation

Jamie’s dotfiles

Screenshot of my shell prompt

Warning: If you want to give these dotfiles a try, you should first fork this repository, review the code, and remove things you don’t want or need. Don’t blindly use my settings unless you know what that entails. Use at your own risk!

These dotfiles will:

  • Set some sensible default settings for a new Mac.
  • Install brew and some useful formulae including git, node, fnm, and npm.
  • Install brew cask and some useful Mac Apps such as VS Code, Spotify, Firefox, Chrome, Alfred etc.
  • Install useful Extensions for VS Code.
  • Install the Rust Programming Language.

Installation/Usage

  1. Clone this project into your home directory:

    git clone https://github.com/JamieMason/dotfiles.git ~/dotfiles
  2. Edit USER_NAME, USER_EMAIL, and USER_URL in ~/dotfiles/.extra to use your own details.

  3. Apply the dotfiles to your system using:

    cd ~/dotfiles && source bootstrap.sh
    # Alternatively, to update while avoiding confirmation prompts:
    # cd ~/dotfiles && set -- -f; source bootstrap.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 60.2%
  • Lua 39.8%