Skip to content

Instantly share code, notes, and snippets.

View japangly's full-sized avatar
🎯
Focusing

Japang LY japangly

🎯
Focusing
  • Pnhom Penh, Cambodia
  • 14:26 (UTC -12:00)
  • X @japang_ly
View GitHub Profile
@japangly
japangly / startup-file.sh
Last active November 19, 2019 10:06
Shell Startup File
#!/usr/bin/env bash
#
# Upgrade outdated, and removes old versions of installed formulae.
brew update && brew outdated
brew upgrade && brew cleanup
#
# Upgrade version of Flutter
flutter upgrade
#
# Startup applications
@japangly
japangly / oh-my-zsh-config.sh
Last active December 4, 2020 08:50
Oh-My-Zsh Configuration File
#
# .zshrc
#
# Created on Tue Jun 30 2020 3:04:01 PM
#
# Author Japang LY
#
# Copyright © 2020 Color Inc. All rights reserved.
#
# The configuration files for oh-my-zsh.