Giter Site home page Giter Site logo

dotfiles's Introduction

dotfiles

My configuration files and some scripts.

Usage

Add the DOTFILES variable to your .bashrc, then source various files in Scripts/

The file format is currently inconsistent, maybe a table will help...

Useful things

git-commitas

Use case: You're on a shared computer, and you're using git. You forget to set your username and email each time you use it, or you don't want to set it globally, and have someone else commit under your name. git-commitas lets you decide who is the committer without setting environment variables on the commandline.

For a user John, they would have this in their git config:

[users "John"]
    name = "John Doe"
    email = "[email protected]"

And would commit with this command:

git commitas John -m "Work committed by John"

vimrc

This is the file I edit the most (for some reason).

TL;DR :

" pkg : vim
" help :
"   - :help options
"   - :options
" filename : ~/.vim/vimrc
" notes :
"   - viminfo location is ~/.vim/viminfo
"   - noexpandtab
"   - :Nu[mbers]
"   - :L[ist]
"   - Q :noh[lsearch]
"   - ~~ switch character case
"   - ~` switch line case
"   - <C-(H|J|K|L)> <C-W>(h|j|k|l)
"   - i_jkj <Esc>
"   - v_<Space><Space> <Esc>
"   - v_* and v_# work like Normal mode

Ressources :

vimrc-min

As sometimes I don't have access to my usual vimrc, this is an attempt at a smaller version (~50 lines) to remember.

dotfiles's People

Contributors

tqdv avatar

Watchers

 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.