Skip to content

Instantly share code, notes, and snippets.

View GabrielLins64's full-sized avatar
🛠️
Crafting stuff

Gabriel Lins GabrielLins64

🛠️
Crafting stuff
View GitHub Profile
@GabrielLins64
GabrielLins64 / watch_another_bash_dir.sh
Created April 6, 2023 19:33
ls another bash directory
#!/bin/bash
ls -C --color=always $(pwdx $(cat ~/.main_bash_pid) | awk -F: '{print $2}')
@GabrielLins64
GabrielLins64 / config
Created April 6, 2023 19:32
terminator/config
[global_config]
window_state = fullscreen
title_transmit_bg_color = "#0902e5"
title_receive_bg_color = "#3d6ca3"
title_inactive_bg_color = "#729fcf"
suppress_multiple_term_dialog = True
[keybindings]
[profiles]
[[default]]
cursor_color = "#aaaaaa"