mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-04-01 17:07:45 +02:00
Merge branch 'master' of https://www.github.com/tiynger/.dotfiles
This commit is contained in:
commit
312d4d8def
@ -69,6 +69,9 @@ alias su="sudo -i"
|
|||||||
# vim
|
# vim
|
||||||
alias svim="sudo vim"
|
alias svim="sudo vim"
|
||||||
|
|
||||||
|
# weather
|
||||||
|
alias weather="curl wttr.in"
|
||||||
|
|
||||||
# random
|
# random
|
||||||
alias file="ranger"
|
alias file="ranger"
|
||||||
alias files="ranger"
|
alias files="ranger"
|
||||||
|
@ -122,3 +122,9 @@ sudo pacman -S xournalpp
|
|||||||
## add zip
|
## add zip
|
||||||
sudo pacman -S jdk8-openjdk
|
sudo pacman -S jdk8-openjdk
|
||||||
|
|
||||||
|
## add pip3
|
||||||
|
sudo pacman -S python-pip
|
||||||
|
|
||||||
|
## add pip3 module httplib2 for calcurse
|
||||||
|
pip3 install --user httplib2
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user