Skip to content

Instantly share code, notes, and snippets.

View erickpatrick's full-sized avatar
🎯
Focusing

Erick Patrick erickpatrick

🎯
Focusing
View GitHub Profile
@erickpatrick
erickpatrick / .ctags
Last active June 3, 2021 22:08
~/.ctags for PHP
--recurse=yes
--exclude=.git
--exclude=vendor/*
--exclude=node_modules/*
--exclude=db/*
--exclude=log/*
--exclude="*/_*cache/*"
--exclude="*/_*logs{0,1}/*"
--exclude="*/_*data/*"
--fields=+laimS
@erickpatrick
erickpatrick / .vimrc
Last active July 21, 2019 16:53
.vimrc
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" EVERYTHING RUNS SMOOTLY ONLY ON *VIM 8* "
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" NECESSARY PLUGINS "
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" PLUGIN MANAGER "
" - https://github.com/VundleVim/Vundle.vim "
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""
set nocompatible
# SSH-KEY
function sshkey {
ssh-keygen -t rsa -b 4096 -C $1
}
# GIT
alias globalgitconfig="git config --global core.excludesfile ~/.gitignore_global"
function addGitUser {
git config --global user.name "Erick Patrick"
git config --global user.email [email protected]
@erickpatrick
erickpatrick / sublime.text.plugins.txt
Last active October 11, 2016 14:44
sublime text plugins
- [ ] ayu
- [ ] BracketHighlighter
- [ ] DocBlockr
- [ ] EditorConfig
- [ ] Emmet
- [ ] Emmet Css Snippets
- [ ] GitGutter
- [ ] Grunt
- [ ] Gulp
- [ ] Laravel Blade Highlighter