Skip to content

Instantly share code, notes, and snippets.

@leandrogm
leandrogm / convertion.sh
Last active July 30, 2020 13:51
convert xls to ods or ods to xls commands
#!/bin/sh
#used this hack to make ods files generated from google docs smaller
sudo soffice --headless --convert-to ods *.xlsx;
sudo soffice --headless --convert-to xlsx *.ods;
sudo rm -rf *.ods
@leandrogm
leandrogm / .tmux.conf
Created July 30, 2020 13:38
~/.tmux.conf
#set-option -g @plugin "tmux-plugins/tmux-resurrect"
set-option -g assume-paste-time 1
set-option -g base-index 0
set-option -g bell-action any
#set-option -g bell-on-alert off
set-option -g default-command ""
set-option -g default-shell "/usr/bin/zsh"
set-option -g destroy-unattached off
set-option -g detach-on-destroy on
set-option -g display-panes-active-colour red
@leandrogm
leandrogm / extensions.json
Last active July 5, 2019 15:08
VSCode's Settings - Syncing
[
{
"id": "abusaidm.html-snippets",
"name": "html-snippets",
"publisher": "abusaidm",
"version": "0.2.1"
},
{
"id": "adamwalzer.scss-lint",
"name": "scss-lint",