📝 Made note of firefox, removed alias
This commit is contained in:
parent
1ec521f2ba
commit
cadae7506e
2 changed files with 4 additions and 1 deletions
1
aliases
1
aliases
|
|
@ -81,7 +81,6 @@ alias bluepill="neo-matrix --bold=2 -D --color=cyan --density=0.75 --charset=kat
|
||||||
# alias btop="kitty -o font_size=12 -o background_opacity=0.50 -e btop; fullscreen enable"
|
# alias btop="kitty -o font_size=12 -o background_opacity=0.50 -e btop; fullscreen enable"
|
||||||
alias tshift='doas timeshift --delete && notify-send " Previous Backup Deleted!" && doas timeshift --create && notify-send " New Backup Created!" && doas timeshift --list'
|
alias tshift='doas timeshift --delete && notify-send " Previous Backup Deleted!" && doas timeshift --create && notify-send " New Backup Created!" && doas timeshift --list'
|
||||||
alias btop="bst -e btop"
|
alias btop="bst -e btop"
|
||||||
alias firefox="librewolf"
|
|
||||||
alias tor-browser="tor-browser &"
|
alias tor-browser="tor-browser &"
|
||||||
alias leetcode="brave https://leetcode.com/accounts/login &"
|
alias leetcode="brave https://leetcode.com/accounts/login &"
|
||||||
# sql basics:
|
# sql basics:
|
||||||
|
|
|
||||||
|
|
@ -214,3 +214,7 @@ doas pacman -S foliate xounralapp dash jpegoptim
|
||||||
|
|
||||||
Install autoprefixer for css files:
|
Install autoprefixer for css files:
|
||||||
npm install -g postcss postcss-cli autoprefixer
|
npm install -g postcss postcss-cli autoprefixer
|
||||||
|
|
||||||
|
Install firefox (for when privacy facing browsers just can't do it...)
|
||||||
|
|
||||||
|
doas pacman -S firefox
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue