mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-03-31 00:17:46 +02:00
Merge branch 'master' of https://www.github.com/tiynger/.dotfiles
This commit is contained in:
commit
57f3f9075a
@ -69,6 +69,9 @@ alias su="sudo -i"
|
||||
# vim
|
||||
alias svim="sudo vim"
|
||||
|
||||
# weather
|
||||
alias weather="curl wttr.in"
|
||||
|
||||
# random
|
||||
alias file="ranger"
|
||||
alias files="ranger"
|
||||
|
@ -122,3 +122,9 @@ sudo pacman -S xournalpp
|
||||
## add zip
|
||||
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