mirror of
https://git.davidovski.xyz/dot.git
synced 2024-08-15 00:43:28 +00:00
changes of sorts
This commit is contained in:
parent
c475aefc0f
commit
a4e5fe820e
15 changed files with 87 additions and 35 deletions
|
@ -1,3 +1,5 @@
|
|||
alias sudo="doas"
|
||||
|
||||
alias l="ls -lah"
|
||||
|
||||
alias cls="clear"
|
||||
|
@ -47,11 +49,11 @@ bitrate () {
|
|||
}
|
||||
|
||||
alias syncdir="sudo rsync -rv --no-perms --no-owner --no-group --delete"
|
||||
alias chromium-tor="chromium --incognito --proxy-server=socks5://localhost:9050 --user-data-dir=/tmp/tor"
|
||||
alias chromium-i2p="chromium --incognito --proxy-server=socks5://localhost:4447 --user-data-dir=/tmp/i2p"
|
||||
alias chromium-tor="chromium-browser --incognito --proxy-server=socks5://localhost:9050 --user-data-dir=/tmp/tor"
|
||||
alias chromium-i2p="chromium-browser --incognito --proxy-server=socks5://localhost:4447 --user-data-dir=/tmp/i2p"
|
||||
|
||||
alarmclock () {
|
||||
sudo rtcwake -m no -t "$(date -d 'tomorrow 07:00:00' '+%s')" && echo 'set alarm for tomorrow at 7am'
|
||||
sudo rtcwake -m no -t "$(date -d '07:00:00' '+%s')" && echo 'set alarm for tomorrow at 7am'
|
||||
}
|
||||
|
||||
# does tail -f on a dir... bit of a hack
|
||||
|
@ -72,3 +74,4 @@ passthrough_enable () {
|
|||
sudo mv /etc/modprobe.d/vfio.conf /etc/modprobe.d/vfio.conf.disabled
|
||||
}
|
||||
alias links="xlinks -g -html-g-text-color 0xf58f44 -html-g-background-color 0x191919 -font /home/david/.fonts/ttf-mononoki/mononoki-Regular.ttf"
|
||||
alias weechat="weechat -d ~/.weechat"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue