Git Product home page Git Product logo

dotfiles's Introduction

dotfiles

A collection of my dotfiles for both servers and clients.

zsh

To use the zsh dotfiles, you must first install zsh and oh-my-zsh. Be sure to copy both .zshrc and .oh-my-zsh/ to your home directory.

By default, zed.zsh-theme requires the following plugins, which are not included with oh-my-zsh:

Plugins

history-search-multi-word

more info

git clone git://github.com/zdharma/history-search-multi-word.git ~/.oh-my-zsh/custom/plugins/history-search-multi-word.git
zsh-syntax-highlighting

more info

git clone git://github.com/zsh-users/zsh-syntax-highlighting.git ~/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting 
zsh-autosuggestions

more info

git clone git://github.com/zsh-users/zsh-autosuggestions.git ~/.oh-my-zsh/custom/plugins/zsh-autosuggestions 
Enabling/Disabling zsh plugins

These plugins are used to bring fish-like behavior to zsh.

If you don't like this behavior, these can be disabled in .zshrc by commenting out the following:

AUTOSUGGESTION="true"
ENHANCED_COMPLETION="true"

You should also remove zsh-syntax-highlighting zsh-autosuggestions from the plugin list if you decide to go this route.

tmux

Uses screen-like binds and a nice looking theme.

cp -R .tmux* ~

screen

More informative clean theme.

cp -R .screenrc ~

vim

Requires vundle for plugins (NERDtree, tabman).

cp -R .vim* ~
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
vim +PluginInstall +qall

License

MIT

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.