this repo has no description
1
fork

Configure Feed

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

Conky configuration

+39 -73
+6 -13
Makefile
··· 1 1 LNFLAGS = -rsiT 2 2 export LN = ln $(LNFLAGS) 3 - 4 - export WGET = wget -Nq --show-progress 5 - 6 - export XDG_CONFIG_HOME ?= ${HOME}/.config 3 + export PWD = $(shell pwd) 4 + WGET = wget -Nq --show-progress 5 + TARGETS = nvim tmux git conky 7 6 8 - all: nvim lein tmux 7 + all: $(TARGETS) lein 9 8 10 - git: 11 - git config --global include.path '~/.dotfiles/git/config' 12 - 13 - nvim: 9 + $(TARGETS): 14 10 $(MAKE) -C $@ install 15 11 16 12 lein: 17 13 $(WGET) -Obin/lein https://raw.githubusercontent.com/technomancy/leiningen/stable/bin/lein 18 14 chmod +x bin/lein 19 15 20 - tmux: 21 - $(MAKE) -C $@ install 22 - 23 - .PHONY: tmux lein nvim all git 16 + .PHONY: $(TARGETS) lein all
+3 -54
README.md
··· 9 9 create pull request (no link because if you need it, I rather won't accept your 10 10 pull request). 11 11 12 - Requirements 13 - ------------ 14 - 15 - There are some requirements to use my confs: 16 - 17 - - Vim (or gVim/mVim): 18 - * [Exuberant Ctags][ctags] (for Taglist) 19 - * [Inconsolata-dz for Powerline][pow-fonts] or any other Powerline font 20 - (there is also possibility to use any other font, explonation coming soon) 21 - - [rbenv][rbenv] 22 - - [The silver searcher][ag] 23 - 24 - Optional: 25 - 26 - - [Conky][conky] - geeky system monitor, only for Linux users 27 - - [Pry][pry] - better replacement for IRb 28 - 29 12 Installation 30 13 ------------ 31 14 ··· 35 18 36 19 $ git clone https://github.com/hauleth/dotfiles.git && cd dotfiles 37 20 38 - 2. Run `./install` 21 + 2. Run 39 22 23 + $ make 40 24 41 25 Copyrights 42 26 ---------- ··· 46 30 [t]: http://twitter.com/hauleth "Just follow me" 47 31 [blog]: http://lukasz.niemier.pl "Awesome Fantasy Rubist" 48 32 33 + [nvim]: https://neovim.io/ "NeoVim" 49 34 [pow-fonts]: https://github.com/Lokaltog/powerline-fonts "Some fonts with extras" 50 35 [ctags]: http://ctags.sourceforge.net/ "Exuberant Ctags" 51 36 [rbenv]: http://rbenv.org/ "Manage Ruby versions" 52 37 [conky]: http://conky.sourceforge.net/ "Conky - Linux system monitor" 53 38 [pry]: http://pryrepl.org/ "Great Ruby REPL" 54 39 [ag]: https://github.com/ggreer/the_silver_searcher "The Silver Searcher" 55 - 56 - [airline]: https://github.com/bling/vim-airline 57 - [autoclose]: https://github.com/Townk/vim-autoclose 58 - [vim-ag]: https://github.com/vim-scripts/ag.vim 59 - [bufexplorer]: https://github.com/vim-scripts/bufexplorer.zip 60 - [bufferline]: https://github.com/bling/vim-bufferline 61 - [ctrlp]: https://github.com/kien/ctrlp.vim 62 - [emmet]: https://github.com/mattn/emmet-vim 63 - [fugitive]: https://github.com/tpope/vim-fugitive 64 - [gundo]: https://github.com/sjl/gundo.vim 65 - [indent-guides]: https://github.com/nathanaelkane/vim-indent-guides 66 - [latex-box]: https://github.com/LaTeX-Box-Team/LaTeX-Box 67 - [ipsum]: https://github.com/vim-scripts/loremipsum 68 - [multiple-cursors]: https://github.com/terryma/vim-multiple-cursors 69 - [commenter]: https://github.com/scrooloose/nerdcommenter 70 - [netrw]: https://github.com/vim-scripts/netrw.vim 71 - [numbers]: https://github.com/mysuf3/numbers.vim 72 - [vim-rails]: https://github.com/tpope/vim-rails 73 - [vim-ruby]: https://github.com/vim-ruby/vim-ruby 74 - [snipmate]: https://github.com/garbas/vim-snipmate 75 - [solarized]: http://ethanschoonover.com/solarized 76 - [supertab]: https://github.com/ervandew/supertab 77 - [surround]: https://github.com/tpope/vim-surround 78 - [syntastic]: https://github.com/scrooloose/syntastic 79 - [tabular]: https://github.com/godlygeek/tabular 80 - [tagbar]: https://github.com/majutsushi/tagbar 81 - [tmux-nav]: https://github.com/christoomey/vim-tmux-navigator 82 - 83 - [coffee]: http://coffeescript.org/ 84 - [fish]: http://fishshell.com/ 85 - [puppet]: http://puppetlabs.com/ 86 - [ts]: http://www.typescriptlang.org/ 87 - 88 - 89 - [![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/hauleth/dotfiles/trend.png)](https://bitdeli.com/free "Bitdeli Badge") 90 -
+7
conky/Makefile
··· 1 + install: 2 + $(LN) config ${HOME}/.conkyrc 3 + 4 + clean: 5 + rm ${HOME}/.conkyrc 6 + 7 + .PHONY: install clean
+4 -6
conkyrc conky/config
··· 1 1 # Conky Metro Clock - http://fav.me/d424h9d 2 2 3 - total_run_times 0 4 - 5 3 # Conky settings 6 4 background yes 7 5 update_interval 1 ··· 39 37 40 38 uppercase no 41 39 42 - default_color ed0501 40 + default_color b569c0 43 41 44 42 TEXT 45 - ${voffset 10}${font Roboto:style=Thin:size=30}${time %A}${font}${voffset -10} 46 - ${voffset 10}${font Roboto:style=Thin:size=30}${time %d} ${time %B}${font}${voffset -10} 47 - ${voffset 10}${font Roboto:style=Thin:size=100}${time %H:%M}${font}${voffset -10} 43 + ${voffset 10}${font Squarish Sans CT:size=30}${time %A}${font}${voffset -10} 44 + ${voffset 10}${font Squarish Sans CT:size=30}${time %d} ${time %B}${font}${voffset -10} 45 + ${voffset 10}${font Squarish Sans CT:size=100}${time %H:%M}${font}${voffset -10}
+7
git/Makefile
··· 1 + install: 2 + git config --global include.path "$(PWD)/git/config" 3 + 4 + clean: 5 + git config --global --unset include.path 6 + 7 + .PHONY: install clean
+7
nvim/Makefile
··· 1 + XDG_CONFIG_HOME ?= ${HOME}/.config 2 + 1 3 install: 2 4 $(LN) nvim $(XDG_CONFIG_HOME)/nvim 3 5 # nvim +PlugUpdate +qall # Currently doesn't work 4 6 @echo 'Run NeoVim and execute `:PlugInstall`' 7 + 8 + clean: 9 + rm $(XDG_CONFIG_HOME)/nvim 10 + 11 + .PHONY: install clean
+5
tmux/Makefile
··· 1 1 install: 2 2 $(LN) tmux/conf ${HOME}/.tmux.conf 3 3 $(LN) tmux ${HOME}/.tmux 4 + 5 + clean: 6 + rm ${HOME}/.tmux.conf ${HOME}/.tmux 7 + 8 + .PHONY: install clean