Plan and done for Apr-15-2017
What will I learn today?
- Practicing vim and git(CLI via hub)
- Study another 5 CSS things on tympanus.net
- Continue practicing vim and git.
- Make JQuery work in the project.
- Make SASS work through gulp.
Done
Now you've got [NAME] repo in your github.
- all - to set all rules either to inherit or initial.
3.1. Want to rename git? - look http://stackoverflow.com/questions/2041993/how-to-rename-a-git-repository.
3.2. Vim:
- The great way to work with a project using many files is to utilize power of ag instead of bult-in grep. The receipt - https://robots.thoughtbot.com/faster-grepping-in-vim. Binded K to search for word under cursor. And there are - http://vimawesome.com/plugin/ag-vim-back-to-december - shortcuts inside quickfix window.
- In order to run macvim from CLI in Mac OS copy shell script - https://raw.githubusercontent.com/b4winckler/macvim/master/src/MacVim/mvim - to /usr/local/bin and chmod 744 on it. The receipt from http://stackoverflow.com/a/2056219.
- Decided to try repeat the project using as the base workflow and blocks from Gromov's NTH-starter-kit project. The main question is whether to use his blocks or main.