Coder Social home page Coder Social logo

dotfiles's Introduction

Dotfiles

A collection of my config files for ZSH, Oh-My-Zsh, Vim, Tmux, and Powerline. This has been inspired by Dr. Bunsen's Text Triumvirate.

Setup

  1. Clone this repository into your home directory: git clone [email protected]:jfeaver/dotfiles.git ~/

  2. Install Oh-My-Zsh because it will create some config files and overwrite the symlinks that we'll create in the next couple of steps (zshrc for me).

  3. Move or remove existing config files (if they exist):

  • ~/.atom/config.cson
  • ~/.zshrc
  • ~/.omzshrc
  • ~/.vimrc
  • ~/.tmux.conf
  • ~/.rvmrc
  • ~/.gemrc
  • ~/.gitignore_global
  • ~/.ssh/config
  • ~/.agignore
  1. Run git config --global core.excludesfile ~/.gitignore_global if you haven't already
  2. Run ./setup.sh (Creates symbolic links from the home directory to the dotfiles directory)
  3. Change the zshrc theme to your own in ~/dotfiles/omzshrc
  4. Make start a proper executable: chmod +x ~/bin/start

Software

First, install Homebrew using the instructions from their homepage.

Use brew to install: zsh, vim, git, tmux Install Vundle: https://github.com/VundleVim/Vundle.vim#quick-start and run the command to install Vundle plugins: :PluginInstall

tmux might need reattach-to-user-namespace which can be installed via Homebrew (it allows us to copy/paste inside tmux sessions in OSX).

Caps and R-ctrl key remapping

Mac: Change Keyboard Modifier Keys, install Karabiner and change left control settings (after granting Karabiner accessibility options in Security preferences) Linux: xcape

Open ~/.config/karabiner/karabiner.json and add/replace with these rules: rules: [ { "manipulators": [ { "description": "Change caps_lock to control.", "from": { "key_code": "caps_lock", "modifiers": { "optional": [ "any" ] } }, "to": [ { "key_code": "left_control" } ], "to_if_alone": [ { "key_code": "escape" } ], "type": "basic" } ] } ]

dotfiles's People

Contributors

jfeaver avatar

Stargazers

Oğuz Yarımtepe 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.