Code Monkey home page Code Monkey logo

dotfiles's Introduction

Purpose

Use this repo to manage my config files

How to use

  1. Clone this project; if you want to use it for your own, fork it

  2. To create symbolic links of the config files into your home directory, run python linkDotFilesBackToHome.py

  3. To install VIM plugins, run python vim_plugin_install.py. It would use pathogon for plugin management. So if you don't have pathogon installed, it would install for you also. To update the install list, change the vim_plugin_on_github file.

  4. For each of the config file that want to manage using git, you can run python moveDotFileInHomeAndCreateSymoblicLink.py FILE_PATH (if only a simple file name is given, the filepath would be defaulted to the home folder) It will move the file into the config file forder, and put an symbolic link in its origin place.

Foot Notes on vim key mappings

This section is irrelevant to the propuse of this repo.. but just some interesting points to take note

  1. If one wants to use mapping <c-?>, note that ? can only be letters

  2. And additionally, the combination below better not used:

     <c-m> -- means <enter>
     <c-i> -- means <tab>
     <c-s> -- means suspend, in most terminals
    
  3. Better be careful that, do not conflict with the tmux's prefix-key

TODO

  • Currently the user need to handle the .bashrc file themselves (by sourcing this file in their .bashrc). Consider using script to auto-add the sourcing part, and don't add if it already exists in the .bashrc folder.

dotfiles's People

Contributors

flyfy1 avatar

Watchers

 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.