Skip to content

Instantly share code, notes, and snippets.

View nulligor's full-sized avatar
⚰️
nulligor.github.io

Igor Soares nulligor

⚰️
nulligor.github.io
  • Brazil
View GitHub Profile
#!/bin/bash
f=3
b=4
for i in f b; do
for j in {0..7}; do
printf -v "$i$j" "%b" "\e[${!i}${j}m"
done
done
@nulligor
nulligor / .vimrc
Last active July 19, 2021 22:48
vimrc
" ------ Plug bootstrapper ------
if empty(glob('~/.vim/autoload/plug.vim'))
silent !curl -fLo ~/.vim/autoload/plug.vim --create-dirs
\ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
autocmd VimEnter * PlugInstall --sync | source $MYVIMRC
endif
call plug#begin('~/.vim/plugged')
" nerdtree