-
Installing postfix and sending all emails to external one
-
Make postfix use an external service (gmail) to send emails
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """"""""""""""""""""""""""""""""""""""""""""""""""""""""" | |
| " EVERYTHING RUNS SMOOTLY ONLY ON *VIM 8* " | |
| """"""""""""""""""""""""""""""""""""""""""""""""""""""""" | |
| " NECESSARY PLUGINS " | |
| """"""""""""""""""""""""""""""""""""""""""""""""""""""""" | |
| " PLUGIN MANAGER " | |
| " - https://github.com/VundleVim/Vundle.vim " | |
| """"""""""""""""""""""""""""""""""""""""""""""""""""""""" | |
| set nocompatible |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| - [ ] ayu | |
| - [ ] BracketHighlighter | |
| - [ ] DocBlockr | |
| - [ ] EditorConfig | |
| - [ ] Emmet | |
| - [ ] Emmet Css Snippets | |
| - [ ] GitGutter | |
| - [ ] Grunt | |
| - [ ] Gulp | |
| - [ ] Laravel Blade Highlighter |
NewerOlder