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
    
  
  
    
  | set -g default-terminal "screen-256color" | |
| set -g mouse on | |
| set -g set-clipboard on | |
| set -g @plugin 'tmux-plugins/tmux-yank' | |
| set -g @plugin 'wfxr/tmux-power' | |
| set -g @tmux_power_theme 'sky' | |
| set -g @tmux_power_session_icon '🔑'; | |
| set -g @tmux_power_user_icon '🙂'; | |
| set -g @tmux_power_time_icon '🕒'; | 
  
    
      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
    
  
  
    
  | #!/bin/bash | |
| if [ "$#" -ne 1 ] ; then | |
| echo "Usage: $0 username" >&2 | |
| exit 1 | |
| fi | |
| HOMEDIR="/home" | |
| sudo mkdir /mnt/ssd1/$1 | 
  
    
      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
    
  
  
    
  | wget --load-cookies /tmp/cookies.txt "https://docs.google.com/uc?export=download&confirm=$(wget --quiet --save-cookies /tmp/cookies.txt --keep-session-cookies --no-check-certificate 'https://docs.google.com/uc?export=download&id=FILEID' -O- | sed -rn 's/.*confirm=([0-9A-Za-z_]+).*/\1\n/p')&id=FILEID" -O FILENAME && rm -rf /tmp/cookies.txt | 
  
    
      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
    
  
  
    
  | # If you come from bash you might have to change your $PATH. | |
| # export PATH=$HOME/bin:/usr/local/bin:$PATH | |
| # Path to your oh-my-zsh installation. | |
| export ZSH=$HOME/.oh-my-zsh | |
| export DOCKER_HOST=unix:///var/run/docker.sock | |
| #export LESS_TERMCAP_mb=$'\E[01;34m' | |
| #export LESS_TERMCAP_md=$'\E[01;34m' | |
| #export LESS_TERMCAP_me=$'\E[0m' |