Skip to content
View RatoX's full-sized avatar

Organizations

@marighella @hackersBR
Block or Report

Block or report RatoX

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. dotfiles dotfiles Public

    Personal configuration for TMUX, Bash and GNU Readline

    Shell 4

  2. Integrate TMUX with Google Calendar ... Integrate TMUX with Google Calendar using gcalcli
    1
    # First you need to install gcalcli please go to https://github.com/insanum/gcalcli
    2
    
                  
    3
    wg_next_event="#(gcalcli --military --nostarted agenda --nocolor | cut -d ' ' -f 2- | head -2 | tail -1 | cut -c1-40)"
    4
    
                  
    5
    set -g status-right "#[fg=colour15,bg=colour237,bold]📅 $wg_next_event"
  3. List all ports used by your user wit... List all ports used by your user with the process name
    1
    #!/bin/bash
    2
    
                  
    3
    
                  
    4
    # This is in progress I tested it only on macOS 10.13.6 
    5
    # outuput e.g:
  4. My Tmux Configuration with: Dracula ... My Tmux Configuration with: Dracula Theme + gcalcli integration
    1
    set-option -g default-terminal screen-256color
    2
    set-option -g bell-action any
    3
    set-option -g history-limit 500000
    4
    set-option -g base-index 1
    5
    set-option -g xterm-keys on