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-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIG6WyFHsbMSccEx5AQmQDGnzDNCcnvDgSg9MrS6IaGcl [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
\DocumentMetadata{} | |
\documentclass{article} | |
\begin{document} | |
\end{document} |
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
#!/bin/bash | |
NC='\033[0m' | |
LBLACK='\033[0;30m' | |
LRED='\033[0;31m' | |
LGREEN='\033[0;32m' | |
LYELLOW='\033[0;33m' | |
LBLUE='\033[0;34m' | |
LPURPLE='\033[0;35m' | |
LCYAN='\033[0;36m' |
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
""""""""""""""""""""""""""""""""""""""""""" Inspiré par """""""""""""""""""""""""""""""""""""""""""" | |
" - https://medium.com/better-programming/setting-up-neovim-for-web-development-in-2020-d800de3efacd | |
" - https://medium.com/better-programming/setting-up-neovim-for-web-development-in-2020-d800de3efacd | |
" - https://github.com/rafi/vim-config | |
" - https://github.com/cheperuiz/dotfiles/blob/master/.vimrc | |
" - https://gist.github.com/benawad/b768f5a5bbd92c8baabd363b7e79786f | |
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" | |
""""""""""""""""""""""""""""""""""""""""""" Prérequis """"""""""""""""""""""""""""""""""""""""""""""" | |
" - Node.js |