From ef3c25d57d977f44552391b7502f337c130b37e3 Mon Sep 17 00:00:00 2001 From: Eduardo Bizarro Date: Mon, 30 Apr 2018 01:02:34 -0300 Subject: [PATCH 1/6] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 187e694..85bd840 100755 --- a/README.md +++ b/README.md @@ -11,6 +11,9 @@ A collection of my personal dotfiles. Here's a little preview of what it can loo ![ncmpcpp + cava + lyvi](https://i.imgur.com/NMQfpGx.jpg?1) +#### Previous themes + +Previous themes can be found on [reddit](https://www.reddit.com/r/unixporn/search?q=author:edbizarro&sort=new&restrict_sr=on&t=all) and [releases](https://github.com/edbizarro/dotfiles/releases) page ### Requirements * [zsh](http://www.zsh.org) From 8682571d1ec4e5a3ba077c6b05a1305c5d7ff227 Mon Sep 17 00:00:00 2001 From: Eduardo Bizarro Date: Wed, 23 May 2018 16:00:10 -0300 Subject: [PATCH 2/6] zsh configs --- zsh/aliases/docker.zsh | 3 +++ zsh/aliases/general.zsh | 8 +++++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/zsh/aliases/docker.zsh b/zsh/aliases/docker.zsh index b5b6720..c6ccd9a 100755 --- a/zsh/aliases/docker.zsh +++ b/zsh/aliases/docker.zsh @@ -1,3 +1,6 @@ +alias dkc=docker-compose + + A_BASE=$HOME/.cache/gitlab-ci-pipeline-php # define specific cache directories diff --git a/zsh/aliases/general.zsh b/zsh/aliases/general.zsh index cfa7700..479d7ef 100755 --- a/zsh/aliases/general.zsh +++ b/zsh/aliases/general.zsh @@ -1,7 +1,9 @@ -# ALIAS -alias ls='ls -Glah --color=always' -alias ll='ls -lah' +alias ls="ls -lah --color=auto --group-directories-first" +alias ll="ls -lah --color=auto --group-directories-first" alias l='ls -CF' alias show-fonts="fc-list | cut -d ' ' -f2 | sort -u" alias vim="nvim" + +alias reboot='sudo systemctl reboot' +alias shutdown='sudo systemctl poweroff' From d6fd2a6a95c01301bc4d6e2def22c2f4a9306232 Mon Sep 17 00:00:00 2001 From: Eduardo Bizarro Date: Tue, 12 Jun 2018 12:53:58 -0300 Subject: [PATCH 3/6] aliases --- git/.gitconfig | 2 ++ ssh/.ssh/config | 12 ++++++++++++ zsh/aliases/general.zsh | 2 ++ 3 files changed, 16 insertions(+) diff --git a/git/.gitconfig b/git/.gitconfig index 3533295..1b5bead 100755 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -272,6 +272,8 @@ # Usage: $ git wipe # wipe = !git add -A && git commit -qm 'WIPE SAVEPOINT' && git reset HEAD~1 --hard + clippy = !sh -c 'git $1 | cowsay -n -f ~/.config/cows/clippit.cow' - + clippit = !sh -c 'git $1 | cowsay -n -f ~/.config/cows/clippit.cow' - [credential] helper = cache [init] diff --git a/ssh/.ssh/config b/ssh/.ssh/config index 47e8bc1..5fc4dd7 100755 --- a/ssh/.ssh/config +++ b/ssh/.ssh/config @@ -1,3 +1,15 @@ +Host 159.65.173.220 + ForwardAgent yes + +Host 159.65.173.250 + ForwardAgent yes + +Host 159.65.173.184 + ForwardAgent yes + +Host 159.65.173.194 + ForwardAgent yes + Host * ServerAliveInterval 30 diff --git a/zsh/aliases/general.zsh b/zsh/aliases/general.zsh index 479d7ef..2c03c41 100755 --- a/zsh/aliases/general.zsh +++ b/zsh/aliases/general.zsh @@ -7,3 +7,5 @@ alias vim="nvim" alias reboot='sudo systemctl reboot' alias shutdown='sudo systemctl poweroff' + +alias monitor_disk='sudo iotop -Pao' From df3cc51a9f58ea57788a80d98954733f27df1e67 Mon Sep 17 00:00:00 2001 From: Eduardo Bizarro Date: Mon, 9 Jul 2018 23:38:53 -0300 Subject: [PATCH 4/6] tmux plugins --- tmux/plugins.tmux | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tmux/plugins.tmux b/tmux/plugins.tmux index 1fe2b57..8e3d021 100755 --- a/tmux/plugins.tmux +++ b/tmux/plugins.tmux @@ -1,9 +1,8 @@ set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-resurrect' set -g @plugin 'tmux-plugins/tmux-continuum' -set -g @plugin 'tmux-plugins/tmux-online-status' -set -g @continuum-restore 'on' +set -g @resurrect-capture-pane-contents 'on' set -g @online_icon " " set -g @offline_icon " " From bce10b19d34d02e78f667aeb41a663b28f6c2f86 Mon Sep 17 00:00:00 2001 From: Eduardo Bizarro Date: Mon, 9 Jul 2018 23:38:59 -0300 Subject: [PATCH 5/6] aliases --- zsh/aliases/yaourt.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/aliases/yaourt.zsh b/zsh/aliases/yaourt.zsh index 0f02722..210a5e9 100644 --- a/zsh/aliases/yaourt.zsh +++ b/zsh/aliases/yaourt.zsh @@ -1 +1 @@ -alias update-shit='yaourt -Syyua --noconfirm' +alias update-shit='pacman -Syu && yaourt -Syyua --noconfirm' From 5797b297e97a52ccac0a0924a65d3ab4599e861c Mon Sep 17 00:00:00 2001 From: Eduardo Bizarro Date: Mon, 9 Jul 2018 23:40:37 -0300 Subject: [PATCH 6/6] config --- ssh/.ssh/config | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/ssh/.ssh/config b/ssh/.ssh/config index 5fc4dd7..47e8bc1 100755 --- a/ssh/.ssh/config +++ b/ssh/.ssh/config @@ -1,15 +1,3 @@ -Host 159.65.173.220 - ForwardAgent yes - -Host 159.65.173.250 - ForwardAgent yes - -Host 159.65.173.184 - ForwardAgent yes - -Host 159.65.173.194 - ForwardAgent yes - Host * ServerAliveInterval 30