GithubHelp home page GithubHelp logo

eliasdraexler / dotfiles-1 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mgh87/dotfiles-1

0.0 0.0 0.0 3.99 MB

:desktop_computer: The very heart of an efficient work environment

Ruby 1.11% R 4.65% Shell 79.93% Perl 0.97% Python 4.28% Vim Script 9.06%

dotfiles-1's Introduction

zsh

Proper dotfiles are the very heart of an efficient working environment.

This repository ships a set of configuration files for modern command line tools, such as tmux, vim, and zsh. Additionally, it provides a portable script for managing dotfiles and quickly getting up and runninng on a new machine.

Usage

Synopsis

These are the quick start instructions to get up and running:

git clone [email protected]:mavam/dotfiles.git ~/.dotfiles
cd .dotfiles
./bootstrap dotfiles

Make zsh your login shell, install Vim plugins and vim-anywhere, and setup tmux plugins:

./bootstrap zsh vim tmux

On a Mac, you may also consider improving the system experience and installing Homebrew:

./bootstrap system homebrew

I use iTerm2 as terminal emulator. Add the light and dark gruvbox by loading my settings via Settings -> General -> Browse. This requires the Meslo from Nerd Fonts to be installed, which is readily available via Homebrew.

Local Setup

Begin with cloning this repository somewhere:

git clone [email protected]:mavam/dotfiles.git ~/.dotfiles
cd .dotfiles

Dotfile Management

The POSIX shell script dots installs (= symlinks) and removes subsets of dotfiles according to your needs. For example, install all dotfiles as follows:

./dots install -a

Alternatively, install only dotfiles for vim and zsh:

./dots install vim zsh

Similarly, remove all installed dotfiles:

./dots uninstall -a

The installer script does not override existing dotfiles unless the command line includes the -f switch. When in doubt what the installation of a subset of the dotfiles would look like, it is possible to look at the diff first:

./dots diff -a

System Bootstrapping

In addition to managing dotfiles, the script bootstrap facilitates getting up and running on a new machine. Passing -h shows the available aspects available for configuration:

  1. system: adjust system defaults for productivity
  2. homebrew:setup Homebrew and install bundled packages
  3. dotfiles: setup dotfiles via ./dots install -a
  4. postfix: setup postfix as GMail relay
  5. tmux: install tmux plugins
  6. vim: install vim plugins
  7. zsh: setup zsh as login shell

Invoking

./bootstrap

without any arguments sets up all aspects in the above order. On macOS, (1) includes:

  1. Adjust various default settings, e.g.:
    • Improve security and privacy settings
    • Disable boot sound
    • Reduce UI effects for improved speed
    • Make the keyboard faster
  2. Perform a software update
  3. Install XCode

Extras

Browser

My browser is Safari, which I beef up with the following enhancements:

Browse through this curated list of extensions for further inspiration.

dotfiles-1's People

Contributors

mavam avatar mgh87 avatar jjungnickel 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.