- Zsh
- Set as login shell:
$ ~ cat /etc/shells $ ~ sudo chsh -s {path to Zsh bin}
- Oh My Zsh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[user] | |
name = Pavan Kumar Sunkara | |
email = [email protected] | |
username = pksunkara | |
[core] | |
editor = vim | |
whitespace = fix,-indent-with-non-tab,trailing-space,cr-at-eol | |
excludesfile = ~/.gitignore | |
[sendemail] | |
smtpencryption = tls |
Map | Action |
---|---|
<F1> | Causes Netrw to issue help |
<cr> | Netrw will enter the directory or read the file |
<del> | Netrw will attempt to remove the file/directory |
- | Makes Netrw go up one directory |
a | Toggles between normal display, hiding (suppress display of files matching g:netrw_list_hide) showing (display only files which match g:netrw_list_hide) |
c | Make browsing directory the current directory |
C | Setting the editing window |
d | Make a directory |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM php:7.1-cli | |
ARG VCS_REF | |
ARG BUILD_DATE | |
ARG RELEASE_VERSION | |
LABEL authors="Davi Marcondes Moreira <[email protected]>, Marcelo Santos <[email protected]>" \ | |
org.label-schema.name="Docker/DiffCS" \ | |
org.label-schema.vcs-ref=$VCS_REF \ | |
org.label-schema.build-date=$BUILD_DATE \ |
curl -o ~/.vimrc https://gist.githubusercontent.com/devdrops/c8a5ee0a52fbe59fe19668ee309302b3/raw/aa7583d6c802f07e0e03f94a999f7ac3bec968b5/vimrc
mkdir -p ~/.vim/syntax
curl -o ~/.vim/syntax/php.vim https://gist.githubusercontent.com/devdrops/c8a5ee0a52fbe59fe19668ee309302b3/raw/a5f6f5386b0e3d4d8b4fe6873052be6991b80186/php.vim
Lista de ideias para fazer! \o/
- Gastos
- Sistema para acompanhar a evolução dos meus gastos. Por uma interface eu registro o gasto (Telegram?), e num dashboard eu vejo os gastos em comparação. Pode ser hospedado no Heroku e usar o PostgreSQL para persistir os dados. Lá dentro pode ter uma interface web que exibe os gastos conforme as regras que eu quiser.