Free wifi
Name | Password |
---|---|
The Coffee House | thecoffeehouse |
YOUniverse | YOUniverse118 |
Jemcloset | Godblessyou |
Bonjour Cafe The Art | 42thaodien |
Gummy Chicken Steak | chucbanngonmieng |
Den Da Coffee | thu6freeupsize |
https://github.com/ohmyzsh/ohmyzsh | |
https://github.com/romkatv/powerlevel10k | |
https://github.com/junegunn/fzf | |
https://github.com/junegunn/vim-plug | |
https://github.com/tmux-plugins/tpm |
Name | Password |
---|---|
The Coffee House | thecoffeehouse |
YOUniverse | YOUniverse118 |
Jemcloset | Godblessyou |
Bonjour Cafe The Art | 42thaodien |
Gummy Chicken Steak | chucbanngonmieng |
Den Da Coffee | thu6freeupsize |
[Desktop Entry] | |
Encoding=UTF-8 | |
Name=Postman | |
Exec=/home/anon/Postman/app/Postman %U | |
Icon=/home/anon/Postman/app/resources/app/assets/icon.png | |
Terminal=false | |
Type=Application | |
Categories=Development; | |
MimeType=x-scheme-handler/mailto;text/html; |
[Desktop Entry] | |
Encoding=UTF-8 | |
Name=Discord | |
Exec=/home/anon/Discord/Discord | |
Icon=/home/anon/Discord/discord.png | |
Terminal=false | |
Type=Application | |
Categories=Messaging; |
https://copr.fedorainfracloud.org/coprs/dawid/better_fonts/ |
# fzf | |
# fd or fdfind depend on distribution | |
export FZF_DEFAULT_COMMAND='fd --hidden --exclude .git' | |
export FZF_CTRL_T_COMMAND="$FZF_DEFAULT_COMMAND" | |
# go | |
# https://golang.org/doc/install | |
export PATH="$PATH:/usr/local/go/bin" | |
export GOPATH=$HOME/go | |
export PATH="$PATH:$GOPATH/bin" |