Git Product home page Git Product logo

vozar-dotfiles's Introduction

Christian R. Vozar's Magical Mystery dotfiles

Philosophy

There are a lot of Dotfile repositories out there. Ideally, you would fork another more inspired dotfiles repository but most I found are pretty lacking for all the toolchains I utilize.

Opinions

  1. No secrets - An obvious one but no passwords, tokens, or keys.
  2. Software installation allowed.

Installation

Clone Repository

  1. $ git clone https://github.com/christianvozar/dotfiles.git ~/.dotfiles

Software

  1. Verify Base Dependencies. $ make dependencies
  2. Install Software. $ script/install.sh executes all install.sh scripts recursively in the repository.

Configure

  1. Refresh configurations for installed softare. $ script/config.sh

(Optional) Configure macOS

  1. $ macos/set-defaults.sh

Conventions

  • bin/: Anything in bin/ will get added to your $PATH and be made available everywhere.
  • topic/*.zsh: Any files ending in .zsh get loaded into your environment.
  • topic/path.zsh: Any file named path.zsh is loaded first and is expected to setup $PATH or similar.
  • topic/completion.zsh: Any file named completion.zsh is loaded last and is expected to setup autocomplete.
  • topic/*.symlink: Any files ending in *.symlink get symlinked into your $HOME. This is so you can keep all of those versioned in your dotfiles but still keep those autoloaded files in your home directory. These get symlinked in when you run script/bootstrap.
  • topic/install.sh: Any file with this name and with exec permission, will ran at bootstrap and dot_update phase, and are expected to install plugins, and stuff like that.

Acknowledgments

This repository owes its structure to Carlos Alexandro Becker [caarlos0]'s Dotfiles setup.

vozar-dotfiles's People

Contributors

christianvozar avatar

Watchers

James Cloos avatar

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.