diff options
author | neodarz <neodarz@neodarz.net> | 2017-08-24 17:11:29 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2017-08-24 17:11:29 +0200 |
commit | 910ba3bc6617461b88dc5a3742dd7b8af9be0ea3 (patch) | |
tree | b6684d6f37308f2bbf2c4c73c7b92306ac40c6eb | |
parent | 4e782d22ee0d0cfc83c5f1442dad2c86ae183b69 (diff) | |
parent | 3a759ddfa63901da5ecfdbb6795a889ef626558a (diff) | |
download | dotfiles_ascii-910ba3bc6617461b88dc5a3742dd7b8af9be0ea3.tar.xz dotfiles_ascii-910ba3bc6617461b88dc5a3742dd7b8af9be0ea3.zip |
Merge branch 'master' of ssh://neodarz.net:19977/home/git/pub_repo/neodarz/conf/dotfiles_ascii
-rwxr-xr-x | i3/.config/i3/what_alias.sh | 2 | ||||
-rwxr-xr-x | install.sh | 4 | ||||
-rwxr-xr-x | zsh/.zsh/aliases.zsh | 1 |
3 files changed, 4 insertions, 3 deletions
diff --git a/i3/.config/i3/what_alias.sh b/i3/.config/i3/what_alias.sh index 35dede4..4b79640 100755 --- a/i3/.config/i3/what_alias.sh +++ b/i3/.config/i3/what_alias.sh @@ -46,7 +46,7 @@ echo "║ thgraphdaily -> task burndown.daily tgraphweek -> task burndown echo "║ tgraphmonth -> task burndown.week tnext -> get the next tasks ║" echo "║ tdone -> . tactive -> . ║" echo "║ tlistprojects -> . tlistallprojects -> . ║" -echo "║ c -> colorized cat ║" +echo "║ c -> colorized cat stowroot -> sudo stow -t / ║" echo "║ ║" echo "║ email <to> <subject> <text> ║" echo "╙──────────────────────────────────────────────────────────────────────────────────────╜" @@ -27,8 +27,6 @@ yaourt -S otf-fira-code #sudo pacman -R clipit -#sudo stow -t / fonts-etc - #stow zsh ## After zsh installed, install this three plugins : @@ -39,6 +37,8 @@ yaourt -S otf-fira-code #chsh -s $(which zsh) +#stowroot fonts-etc + #stow vim #git clone https://github.com/VundleVim/Vundle.vim.git vim/.vim/bundle/Vundle.vim diff --git a/zsh/.zsh/aliases.zsh b/zsh/.zsh/aliases.zsh index 6e2a8bd..84acc1f 100755 --- a/zsh/.zsh/aliases.zsh +++ b/zsh/.zsh/aliases.zsh @@ -119,6 +119,7 @@ alias cal="ikhal" alias cals="vdirsyncer sync" alias mm="offlineimap && mutt" +alias stowroot="sudo stow -t /" #█▓▒░ dumb tmux trix alias tsad="printf '\033k┐(T_T)┌\033\\'" |