Giter Club home page Giter Club logo

dotfiles's Introduction

dotfiles

Overview

This is a git repo to store my dotfiles and other config files. It uses GNU Stow to symlink the dotfiles from this repo to the $HOME directory.

Installation

Prerequisites

The following prequisites are needed:

  • stow
  • make

Make is not actually a hard prerequisite, it just helps provide the build targets to run stow. Alternatively, just manually run the command listed in the Makefile.

Symlinking the dotfiles

make

Cleaning up the dotfiles

make delete

Setting up zsh

Installing zplug and plugins

zsh plugins are managed using zplug.

Install with the following command:

curl -sL --proto-redir -all,https https://raw.githubusercontent.com/zplug/installer/master/installer.zsh | zsh

Then install all plugins defined in .zshrc:

zplug install

Setting up tmux

Using tmux requires installing the tpm plugin:

git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm

Then in tmux use <Ctrl-B> I to install the tmux plugins.

dotfiles's People

Contributors

kelvin-chen avatar

Watchers

James Cloos 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.