Skip to content

Commit

Permalink
fix: renames github username
Browse files Browse the repository at this point in the history
  • Loading branch information
neninja committed Mar 7, 2024
1 parent cd10dbd commit b12a2d6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ theme = "palestrinha"
defaultContentLanguage = "pt-br"

[params]
repo = "http://github.com/nenitf/wtf"
repo = "http://github.com/neninja/wtf"
faviconEmoji = ""
4 changes: 2 additions & 2 deletions content/configurando-git.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ As configurações mínimas necessárias são:

## SSH

> [Instruções originais](https://gist.github.com/nenitf/433e85b49acc802479654c75535eea2c)
> [Instruções originais](https://gist.github.com/neninja/433e85b49acc802479654c75535eea2c)
1. Instalar gerador de ssh
- ubuntu: ``sudo apt install openssh-client``
Expand Down Expand Up @@ -47,7 +47,7 @@ Host github.com
Hostname ssh.github.com
Port 443
User git
IdentityFile ~/.ssh/id_rsa_nenitf
IdentityFile ~/.ssh/id_rsa_neninja

Host gitlab.com
Hostname altssh.gitlab.com
Expand Down
2 changes: 1 addition & 1 deletion content/pqvim.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ Seu cursor está no inicio da linha e você quer renomeá-la, você pode:
1. Vou ser um programador melhor com Vim/Neovim? R: Não
2. Vou ser um programador mais eficiente? R: Depende unicamente das suas necessidades e se o Vim/Neovim sana elas melhor do que outras ferramentas
3. Preciso de muitos plugins para trabalhar? R: Não, eu utilizo pouquissimos para manter meu ambiente o mais simples possível
4. Vou perder muito tempo configurando? R: Depende, você pode configurar o mínimo possível e isso não tornará seu ambiente ruim. Criei um ["preset"](https://github.com/nenitf/vi-vim-venci) caso tenha interesse
4. Vou perder muito tempo configurando? R: Depende, você pode configurar o mínimo possível e isso não tornará seu ambiente ruim. Criei um ["preset"](https://github.com/neninja/vi-vim-venci) caso tenha interesse
5. Quanto tempo para dominar? R: Uns 3 meses de uso constante, mas obviamente depende muito
6. Como dominar o mais rápido possível? R: Todo dia aprender/ler pelo menos uma funcionalidade nova, preferencialmente teclas de movimentação e edição
7. Sente falta de algo no vim? Sim, plugins para facilitar a correção de conflitos e *pair programming*
2 changes: 1 addition & 1 deletion content/vimdiff-mergetool.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ draft: false

## Exemplo prático

Para validar estratégias de merge tool, recomendo meu projeto [exemplo_vim-merge-conflict](https://github.com/nenitf/exemplo_vim-merge-conflict) com as instruções de como forçar conflitos
Para validar estratégias de merge tool, recomendo meu projeto [exemplo_vim-merge-conflict](https://github.com/neninja/exemplo_vim-merge-conflict) com as instruções de como forçar conflitos

0 comments on commit b12a2d6

Please sign in to comment.