GithubHelp home page GithubHelp logo

dotfiles's Introduction

Dotfiles.

TODO list:

  • Use shell scripts to create soft links automatically.

dotfiles's People

Contributors

qingbyin avatar

Watchers

 avatar

dotfiles's Issues

)') || 0

tot = VIM::evaluate('len(s:update.todo)') || 0
bar = ''
skip = 'Already installed'
mtx = Mutex.new
take1 = proc { mtx.synchronize { running && all.shift } }
logh = proc {


This issue was generated by todo based on a todo comment in 288f7f3. It's been assigned to @qingbyin because they committed the code.

, name)

let spec = remove(s:update.todo, name)
let new = empty(globpath(spec.dir, '.git', 1))
call s:log(new ? '+' : '*', name, pull ? 'Updating ...' : 'Installing ...')
redraw


This issue was generated by todo based on a todo comment in 288f7f3. It's been assigned to @qingbyin because they committed the code.

, f)

call add(todo, f)
call append(line('$'), '- ' . f)
if has_key(errs, f)
call append(line('$'), ' ' . errs[f])
endif
let found = filter(found, 'stridx(v:val, f) != 0')


This issue was generated by todo based on a todo comment in 288f7f3. It's been assigned to @qingbyin because they committed the code.

)[0]

let name = keys(s:update.todo)[0]
let spec = remove(s:update.todo, name)
let new = empty(globpath(spec.dir, '.git', 1))
call s:log(new ? '+' : '*', name, pull ? 'Updating ...' : 'Installing ...')
redraw


This issue was generated by todo based on a todo comment in 288f7f3. It's been assigned to @qingbyin because they committed the code.

,

\ 'all': todo,
\ 'todo': copy(todo),
\ 'errors': [],
\ 'pull': a:pull,
\ 'force': a:force,
\ 'new': {},


This issue was generated by todo based on a todo comment in 288f7f3. It's been assigned to @qingbyin because they committed the code.

/FIXME/NOTE/DEPRECATED/HACK/REVIEW

dotfiles/doom.d/init.el

Lines 34 to 39 in 288f7f3

hl-todo ; highlight TODO/FIXME/NOTE/DEPRECATED/HACK/REVIEW
;;hydra
;;indent-guides ; highlighted indent columns
;;ligatures ; ligatures and symbols to make your code pretty again
;;minimap ; show a map of the code on the side
modeline ; snazzy, Atom-inspired modeline, plus API


This issue was generated by todo based on a TODO comment in 288f7f3. It's been assigned to @qingbyin because they committed the code.

list:

dotfiles/README.md

Lines 3 to 7 in 288f7f3

TODO list:
* [] Use shell scripts to create soft links automatically.


This issue was generated by todo based on a TODO comment in 288f7f3. It's been assigned to @qingbyin because they committed the code.

= []

let todo = []
let found = sort(s:glob_dir(g:plug_home))
while !empty(found)
let f = remove(found, 0)
if !has_key(allowed, f) && isdirectory(f)
call add(todo, f)


This issue was generated by todo based on a todo comment in 288f7f3. It's been assigned to @qingbyin because they committed the code.

')

plugs = vim.eval('s:update.todo')
mac_gui = vim.eval('s:mac_gui') == '1'
lock = thr.Lock()
buf = Buffer(lock, len(plugs), G_PULL)
buf_q, work_q = queue.Queue(), queue.Queue()


This issue was generated by todo based on a todo comment in 288f7f3. It's been assigned to @qingbyin because they committed the code.

)

function! s:do(pull, force, todo)
for [name, spec] in items(a:todo)
if !isdirectory(spec.dir)
continue
endif
let installed = has_key(s:update.new, name)


This issue was generated by todo based on a todo comment in 288f7f3. It's been assigned to @qingbyin because they committed the code.

),

\ 'todo': copy(todo),
\ 'errors': [],
\ 'pull': a:pull,
\ 'force': a:force,
\ 'new': {},
\ 'threads': (python || ruby || use_job) ? min([len(todo), threads]) : 1,


This issue was generated by todo based on a todo comment in 288f7f3. It's been assigned to @qingbyin because they committed the code.

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.