-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:edbizarro/dotfiles into vaporwave
- Loading branch information
Showing
6 changed files
with
17 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 " " |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
alias dkc=docker-compose | ||
|
||
|
||
A_BASE=$HOME/.cache/gitlab-ci-pipeline-php | ||
|
||
# define specific cache directories | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,11 @@ | ||
# 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' | ||
|
||
alias monitor_disk='sudo iotop -Pao' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
alias update-shit='yaourt -Syyua --noconfirm' | ||
alias update-shit='pacman -Syu && yaourt -Syyua --noconfirm' |