Skip to content

Instantly share code, notes, and snippets.

View L1NDS0N's full-sized avatar
😁
performing

Lindson França L1NDS0N

😁
performing
View GitHub Profile
// Future versions of Hyper may add additional config options,
// which will not automatically be merged into this file.
// See https://hyper.is#cfg for all currently supported options.
module.exports = {
config: {
// choose either `'stable'` for receiving highly polished,
// or `'canary'` for less polished but more frequent updates
updateChannel: 'stable',
@L1NDS0N
L1NDS0N / l1nds0n.choco
Created February 28, 2021 19:48
chocolatey default installation
choco install -y notepadplusplus.install vscode googlechrome nodejs.install hyper libreoffice-fresh obs-studio teracopy zerotier-one --% -ia "INSTALLDIR="E:\Meus Arquivos de Programa" "/D\=E:\Meus Arquivos de Programa\chocolatey"
{"version":1,"resource":"file:///c%3A/Users/Lindson%20Fran%C3%A7a/Desktop/nlw-return/web/tailwind.config.js","entries":[{"id":"c5kX.js","timestamp":1651495976606},{"id":"ALfJ.js","timestamp":1651581551452},{"id":"ggqP.js","timestamp":1651587996258},{"id":"qpkW.js","timestamp":1651588047589},{"id":"Hio4.js","timestamp":1651588110696},{"id":"J7ye.js","timestamp":1651588124273},{"id":"77vo.js","timestamp":1651588142076},{"id":"9AVi.js","timestamp":1651588193445},{"id":"8PnV.js","timestamp":1651594700216},{"id":"Q46Y.js","timestamp":1651594720781},{"id":"3lKF.js","timestamp":1651595148500},{"id":"CM3L.js","timestamp":1651595159937}]}
@L1NDS0N
L1NDS0N / VimGlossary.md
Last active July 7, 2020 17:45
Vim commands' descriptions

VIM Editor Commands

Vim Editor Logo

Vim is an editor to create or edit a text file. There are two modes in vim. One is the command mode and another is the insert mode. In the command mode, user can move around the file, delete text, etc. In the insert mode, user can insert text. Changing mode from one to another From command mode to insert mode type a/A/i/I/o/O ( see details below)

@L1NDS0N
L1NDS0N / Hyper.is
Last active July 7, 2020 17:21
Hyper.is configuration file
// Future versions of Hyper may add additional config options,
// which will not automatically be merged into this file.
// See https://hyper.is#cfg for all currently supported options.
module.exports = {
config: {
// choose either `'stable'` for receiving highly polished,
// or `'canary'` for less polished but more frequent updates
updateChannel: 'stable',
@L1NDS0N
L1NDS0N / Sync-settings.atom
Last active September 30, 2019 11:45
Atualização automática de pacotes do atom --sync-settings
My default sync setting