Skip to content

Instantly share code, notes, and snippets.

View arthurguedes375's full-sized avatar

Arthur Guedes arthurguedes375

  • Curitiba
View GitHub Profile
ACL -- This does the backup of the permissions of the files
1. Typora
2. Postman
3. Insomnia
4. Mysql Workbench
5. Notion
6. Figma
7. Obsidian
8. Excalidraw
9. Spotify
# To find init.vim path do:
# :echo stdpath('config')
:set number
:set relativenumber
:set autoindent
:set tabstop=4
:set shiftwidth=4
:set smarttab
:set softtabstop=4
:set mouse=a
function is(type = '', value) {
const toStringResult = Object.prototype.toString.call(value)
.toLowerCase()
.replace(/[\[\]']/g, "")
.split(" ")[1];
return type === toStringResult;
}