Git Product home page Git Product logo

dotfiles's Introduction


โฏ dotfiles by jax

My personal and highly opinionated macOS configuration, built on fish and kitty. This dotfile management solution was inspired by SneakyCobra's post on HackerNews. If you're looking for a friendlier explanation, Atlassian has a great post that I'd recommend you check out.

Installation โ€ข Usage

Installation

Before continuing, be sure you've installed macOS command line tools

xcode-select --install

The following command will execute the bootstrap script, preparing the environment to work correctly with the dotfiles. Warning: This will override any conflicting dotfiles with the dotfiles in this repository. I recommend you only run this script if you know what you're doing.

/bin/bash -c "$(curl -s -H 'Cache-Control: no-cache' https://raw.githubusercontent.com/jacksonblankenship/dotfiles/main/.config/dotfiles/bootstrap.sh)" && exit

Usage

After bootstrap, you'll have a fish function, dot, available in your environment. Use this alias as you would typically use Git. Keep in mind that we're working with a bare git repository, so there are a few quirks to keep an eye out for. Pushing and pulling work just fine. I recommend that you be specific about what you're attempting to interface with (i.e. dot push origin main or dot pull origin main).

dotfiles's People

Contributors

jacksonblankenship avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

dotfiles's Issues

Guard chsh in CI

Running chsh at the end of bootstrap is not needed in CI. It's always going to fail and it doesn't provide us any context.

Fix fish function definitions

Some patterns were applied blindly to some functions that didn't make sense. For example, the --wraps or -w command is applied in a few places where it shouldn't be. Fix all function definitions.

Customize Neovim

I lost all of my prior neovim configs in the transition to this new setup. Truthfully, they were a bit over the top anyway so this is a good restarting point.

Check fish functions for syntax errors

Use fish's no-execute flag to check for issues.

Example:

cat .config/fish/functions/git.fish | fish -n

This isn't the best check in the world, but it's better than nothing.

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.