Code Monkey home page Code Monkey logo

Comments (5)

tweekmonster avatar tweekmonster commented on June 20, 2024

Oh, don't install it. It's very specific to my setup. I leave it online as a reference only. CPHL refers to a plugin that's under development: https://github.com/tweekmonster/colorpal.vim

from dootfiles.

tweekmonster avatar tweekmonster commented on June 20, 2024

If you ran make install or ./install, you should run make clean-links to remove the symlinks it created.

from dootfiles.

gatspy avatar gatspy commented on June 20, 2024

you are so cool! your dotfiles so profound, i cannot make heads or tails of it.
Why not consider creating a awesome lightweight dotfiles repo.

from dootfiles.

tweekmonster avatar tweekmonster commented on June 20, 2024

Haha, thanks :)

I tried making my dot files simple, but over time they will eventually become one large and unreadable config file. That became frustrating when I wanted to change variables.

I think you're mainly interested in the Vim config, so here's a brief explanation of how it works so it's a little bit easier to understand it:

  • In init.vim, it sets expected directories, then loads configs for all, vim, or nvim.
  • In _source, scripts are named by their purpose and have a number prefixed for the load priority. The number prefix is similar to how Debian names scripts in /etc/rc*.d.
  • Scripts that that start 01- or 02- are always loaded.
  • Scripts that start with 03- and up requires the plugins directory to exist. This allows me to install my dotfiles on a new computer and use Vim without a lot of errors being generated because plugins aren't installed yet.
  • Everything under after is for settings that only matter to certain file types.

from dootfiles.

gatspy avatar gatspy commented on June 20, 2024

yeah, i just stay at the level of use. your way is suitable for study and research, is too esoteric.

from dootfiles.

Related Issues (1)

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.