this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Better README

+36
+36
README.md
··· 22 22 23 23 $ make -s 24 24 25 + 3. To install only some of the files use: 26 + 27 + $ make -s <targets> 28 + 29 + Available targets 30 + ----------------- 31 + 32 + * `bin` 33 + - Leiningen 34 + - `cargo cov` (requires `kcov` installed) 35 + - `cargon` (Cargo nightly, requires `multirust`) 36 + - `git cleanup` 37 + - `git imerge` 38 + - `tmux-airline` 39 + * `conky` 40 + * `fish` 41 + - Wahoo 42 + - some plugins 43 + * `gdb` 44 + - GDB dashboard 45 + * `git` 46 + - global `.gitignore` 47 + - NeoVim + Fugitive as mergetool 48 + * `nvim` 49 + - vim-plug 50 + - bunch of plugins (check [`init.vim`](nvim/init.vim)) 51 + * `ruby` 52 + - `.gemrc` (skip doc installation) 53 + - `.pryrc` 54 + * `tmux` 55 + - `tpm` 56 + - TMux Powerline-like theme 57 + * `utils` 58 + - `ctags` with Rust config 59 + - `.dir_colors` for Solarized theme 60 + 25 61 Copyrights 26 62 ---------- 27 63