GithubHelp home page GithubHelp logo

uforobot / .dotfiles Goto Github PK

View Code? Open in Web Editor NEW

This project forked from simonjbeaumont/.dotfiles

0.0 2.0 0.0 754 KB

:house_with_garden: Home directory bootstrap

Shell 24.61% Perl 4.09% Python 46.63% Vim Script 24.67%

.dotfiles's Introduction

.dotfiles

Installation

  • This repo uses git submodules, to contain external git projects
$ git submodule init
$ git submodule update
  • Install and select the nord theme for your terminal (iterm2 in my case)
  • Install and select the powerline fonts
  • Create folders for swap files and persistent undos in vim
mkdir ~/.vim/tmp
mkdir ~/.vim/tmp/swap
mkdir ~/.vim/tmp/backup
mkdir ~/.vim/tmp/undo
  • Install the symlink for the dotfiles contained in this repo, you can see a list of the installed symlinks in the configuration yml
$ python install.py --config install.yml
  • Enter tmux and install the tmux plugins
$ tmux
$ <crtl> + b I
  • Make sure you have system python in your path, and install the vim plugins (YouCompleteMe requires being installe with system python)
$ vim 
$ cd ~/.vim/bundle/YouCompleteMe
$ ./install.py --clang-completer

Reading list

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.