Skip to content

Instantly share code, notes, and snippets.

View cuongtransc's full-sized avatar

Cuong Tran cuongtransc

View GitHub Profile
Byobu is a suite of enhancements to tmux, as a command line
tool providing live system status, dynamic window management,
and some convenient keybindings:
F1 Used by X11
Shift-F1 Display this help
F2 Create a new window
Shift-F2 Create a horizontal split
Ctrl-F2 Create a vertical split
#--------------------------------------
# Stage: Compile Apps
#--------------------------------------
FROM node:8.9
LABEL maintainer="cuongtransc@gmail.com"
ENV REFRESHED_AT 2018-02-26
WORKDIR /app

Keybase proof

I hereby claim:

  • I am cuongtransc on github.
  • I am cuongtransc (https://keybase.io/cuongtransc) on keybase.
  • I have a public key ASDPUB86Y1HPF1xrhxR7PYJzjSbAMFy0wYpRdfy0oIUW-Qo

To claim this, I am signing this object:

#!/bin/bash
########################################
# Functions
########################################
function install_basic_tools() {
echo "Installing basic tools..."
sudo apt-get update -qq
sudo apt-get install -y byobu zsh vim