Git Product home page Git Product logo

dotfiles's Introduction

ungoldman/dotfiles

These are my dotfiles. There are many like them, but these ones are mine.

Fresh Install (MacOS)

Install Xcode Command-Line Tools

xcode-select --install

Install homebrew

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

Clone repo

git clone [email protected]:ungoldman/dotfiles.git

Install packages in Brewfile

~/dotfiles $ brew bundle

Add this line to ~/.zshrc

source ~/dotfiles/init.sh

Note: dotfiles are currently configured for zsh, won't work with other shells.

Tools

Homebrew enables access to a lot of useful packages in a fairly easy to handle way (it's like apt-get for macOS).

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

Brewfile

To use the Brewfile in the root of this repo, you need homebrew-bundle.

brew tap Homebrew/bundle
cd $DOTFILES && brew bundle

zsh

Using zsh (use latest: brew install zsh).

Using starship (brew install starship).

Using Hack Nerd Font with Nerd Font Symbols starship preset for maximum icons and legibility.

Completion extensions (via brew):

  • zsh-autosuggestions
  • zsh-completions
  • zsh-history-substring-search
  • zsh-syntax-highlighting

Config

private stuff - /sh/private.sh or /sh/_*.sh

The init.sh file at the root of this repo will attempt to source any .sh file in the sh directory. Git will ignore sh/private.sh, as well as any .sh file prefixed with _. Use this to include anything that shouldn't be checked into version control (secrets, device-specific commands & aliases, etc).

/homefiles

A collection of files for your home directory (like .gitconfig, .inputrc, ..).

/prefs

Misc preference files for apps & programs.

/remote

Bash config and miscellaneous goodies for working with remote servers, VPS instances, etc.

License

ISC

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.