Skip to content

Instantly share code, notes, and snippets.

View lpsouza's full-sized avatar

Luiz Souza lpsouza

View GitHub Profile
@lpsouza
lpsouza / config
Created February 13, 2024 02:22
Customizations - i3
# This file has been auto-generated by i3-config-wizard(1).
# It will not be overwritten, so edit it as you like.
#
# Should you change your keyboard layout some time, delete
# this file and re-run i3-config-wizard(1).
#
# i3 config file (v4)
#
# Please see https://i3wm.org/docs/userguide.html for a complete reference!
@lpsouza
lpsouza / ini
Last active January 28, 2024 17:15
Customizations - mc
[Midnight-Commander]
verbose=true
shell_patterns=true
auto_save_setup=true
preallocate_space=false
auto_menu=false
use_internal_view=true
use_internal_edit=false
clear_before_exec=true
confirm_delete=true
@lpsouza
lpsouza / README.md
Last active January 23, 2024 17:09
GNS3 lab course with Dell OS9, Juniper vMX and Ubuntu 22.04

GNS3 Lab Course with Dell OS9, Juniper vMX, and Ubuntu 22.04

This repository contains a lab course designed for GNS3, featuring Dell OS9, Juniper vMX, and Ubuntu 22.04.

Prerequisites

To run this lab course, you will need a Virtual Machine with the following specifications:

  • 6 vCPUs
  • 12 GB RAM
@lpsouza
lpsouza / config
Created August 21, 2023 04:29
Customizations - i3status
general {
output_format = "i3bar"
colors = true
interval = 5
}
order += "disk /"
order += "load"
order += "memory"
@lpsouza
lpsouza / settings.json
Last active February 8, 2024 11:48
Customizations - Windows Terminal
{
"$help": "https://aka.ms/terminal-documentation",
"$schema": "https://aka.ms/terminal-profiles-schema",
"actions": [
{
"command": {
"action": "copy",
"singleLine": false
},
"keys": "ctrl+c"
@lpsouza
lpsouza / starship.toml
Last active February 11, 2024 06:40
Customizations - starship
"$schema" = 'https://starship.rs/config-schema.json'
format = '$all (\[$kubernetes$azure$aws \])$line_break$jobs$battery$time$status$os$shell$character '
add_newline = true
[character]
success_symbol = '[➜](bold green)'
error_symbol = '[➜](bold red)'
@lpsouza
lpsouza / github-cli.md
Last active August 4, 2023 19:38
Cheatsheets - Github CLI
@lpsouza
lpsouza / .tmux.conf
Last active August 8, 2023 23:05
Customizations - tmux
set -g default-terminal "screen-256color"
set -g prefix C-a
unbind C-b
bind-key C-a send-prefix
unbind %
bind | split-window -h
unbind '"'