Giter VIP home page Giter VIP logo

dotfile-starter's Introduction

dotfile starter

Welcome to the dotfile starter repo!

This is a little project designed to help you get started building and managing your own dotfile repo using gnu stow. This guide assumes you are on a macOS system.

Let's start off with symlinking some dotfiles with GNU Stow! First, make clone this repo into your home directory:

git clone https://github.com/jonleopard/dotfiles_starter.git && cd dotfiles_starter

If you don't have the following set up, go ahead and do so:

A package manager for Mac

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

A bash shell alternative that includes things like file globbing, git command completion, etc. Since I personally use zsh, I've included it in this tutorial. Since this tutorial was written, zsh now ships with macOS, so you can skip this step if you wish.

brew install zsh && sudo dscl . -create /Users/$USER UserShell /usr/local/bin/zsh

A symlink farm manager. This helps us keep our home / directory clean. Alternatives exists and I encourage you to compare them to find what you like.

brew install stow

Practice

Now we can start symlinking some dotfiles. To demonstrate, open a finder and navigiate to your home directory. Make sure invisable files are displaying with either CMD + SHIFT + . or run this defaults write com.apple.finder AppleShowAllFiles YES in your shell.

There is just one directory in this repo zsh. We will add more later. zsh contains a zsh dotfile named .zshrc_test. Once you run stow on the zsh directory, you should see that dotfile show up in your home directory. Try it out:

Run stow zsh, and then look at your home directory again

You can also avoid using stow altogether if you wish. But as your environment grows, its best to use some sort of dotfile/symlink farm manager to help you keep everything clean and organized. I chose stow because its very tiny (no dependencies, I believe?), and simple to use once you wrap your head how it works.

I wrote a small blog post on stow a while back, feel free to check it out.

dotfile-starter's People

Contributors

jonleopard avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  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.