Skip to content

Instantly share code, notes, and snippets.

View cogumm's full-sized avatar
:electron:
CTO | Tech Leader | Senior Systems Analyst | Hybrid Remote

Gabriel Vilar cogumm

:electron:
CTO | Tech Leader | Senior Systems Analyst | Hybrid Remote
View GitHub Profile

Create a new repository on the command line:

echo "# exemple" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin [email protected]:USERNAME/yourrepository.git
git push -u origin main

Padronização dos commits

➡️ Os commits seguirão um padrão adaptado para nós.

Todos os commits devem seguir de um prefixo.

Commit type Emoji
Initial commit 🎉 :tada:
Version tag 🔖 :bookmark:
@cogumm
cogumm / AliasesNordVPN.md
Last active April 23, 2020 14:54
NordVPN Aliases

Aliases for NordVPN

Command Desciption
nordvpn login Log in
nordvpn c _%target%_ Connect to VPN, (_%target%_) to connect to specific servers
nordvpn d Disconnect from VPN.
nordvpn status See the connection status.
nordvpn set _%option%_ _%value%_
@cogumm
cogumm / .zshrc
Created June 11, 2020 22:36
My personal config from Oh My ZSH.
### Spaceship config
ZSH_THEME="spaceship"
SPACESHIP_PROMPT_ORDER=(
user # Username section
dir # Current directory section
host # Hostname section
git # Git section (git_branch + git_status)
hg # Mercurial section (hg_branch + hg_status)
exec_time # Execution time
line_sep # Line break

Aliases for ProtonVPN!

How to use the official Linux beta app

Command Desciption
protonvpn-cli login [ProtonVPN username] Log in
protonvpn-cli connect (or protonvpn-cli c) Connect to VPN
protonvpn-cli disconnect (or protonvpn-cli d) Disconnect from VPN.
protonvpn-cli status (or protonvpn-cli s) See the connection status.
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<title>Rebane's Discord Colored Text Generator</title>
<meta charset="UTF-8">
<meta name="description" content="Rebane's Discord Colored Text Generator">
<meta name="author" content="rebane2001">
<style>
/*