Giter VIP home page Giter VIP logo

dotfile's Introduction

dotfile

  • .bashrc
  • .cvimrc
  • .editorconfig
  • .eslintrc
  • .gitmessage.txt
  • .stylelintrc
  • .tigrc
  • .vimperatorrc
  • .vimrc
  • .zpreztorc
  • .zprofile
  • .zshrc

Use zsh

$ yum install zsh
$ zsh
$ cd ~
$ rm .zlogin .zlogout .zprofile .zshenv .zshrc
$ git clone --recursive https://github.com/sorin-ionescu/prezto.git "${ZDOTDIR:-$HOME}/.zprezto"
$ setopt EXTENDED_GLOB
$ for rcfile in "${ZDOTDIR:-$HOME}"/.zprezto/runcoms/^README.md(.N); do
$ ln -s "$rcfile" "${ZDOTDIR:-$HOME}/.${rcfile:t}"
$ done
$ exec $SHELL

Use my dotfiles

$ cd ~/Documents/GitHub
$ git clone https://github.com/shyazusa/dotfile.git
$ cp -rf ~/Documents/GitHub/dotfile/.* ~/.

If Use neon-font.css in VS Code

$ cp -rf ~/Documents/GitHub/dotfile/neon-font.css ~/.
  1. Install the Custom CSS and JS Loader extension
  2. Tell Custom CSS and JS Loader to use the CSS file included with adding an import line to your VS Code settings.json file:
  "vscode_custom_css.imports": [
    "file:///Users/your_pc_user_name/neon-font.css"
  ],
  1. Run Reload Custom CSS and JS in VS Code

Use my gitfiles

$ git config --global core.commentchar ";"
$ git config --global commit.template ~/dotfile/.gitmessage.txt
$ git config --global init.templatedir '~/dotfile/.git_template'

Use pre-commit

$ cd "your project path"
$ cp ~/dotfile/.git_template/hooks/pre-commit .git/hooks/

Use prepare-commit-msg

$ cd "your project path"
$ cp ~/dotfile/.git_template/hooks/prepare-commit-msg .git/hooks/

Test prepare-commit-msg

$ git checkout id/000
$ touch test
$ git add test
$ git commit

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.