Add 'rofi-calc' script
This commit is contained in:
parent
771aca02cb
commit
f98296e471
@ -9,7 +9,7 @@ alias battery='upower -i /org/freedesktop/UPower/devices/battery_BAT0'
|
|||||||
alias vi='nvim'
|
alias vi='nvim'
|
||||||
alias vim='nvim'
|
alias vim='nvim'
|
||||||
alias suvi='sudo -E nvim'
|
alias suvi='sudo -E nvim'
|
||||||
alias owo='yay'
|
alias owo='yay --editmenu --nodiffmenu --save'
|
||||||
alias uwu="yay -Slq | fzf -m --preview 'yay -Si {1}' | yay -S -"
|
alias uwu="yay -Slq | fzf -m --preview 'yay -Si {1}' | yay -S -"
|
||||||
alias pass='keepassxc-cli clip ~/Passwords/keepass.kdbx'
|
alias pass='keepassxc-cli clip ~/Passwords/keepass.kdbx'
|
||||||
alias torrent='transmission-cli'
|
alias torrent='transmission-cli'
|
||||||
|
@ -30,9 +30,9 @@ Print
|
|||||||
# neomutt
|
# neomutt
|
||||||
XF86Mail
|
XF86Mail
|
||||||
st -e neomutt
|
st -e neomutt
|
||||||
# bc
|
# rofi-calc
|
||||||
XF86Calculator
|
XF86Calculator
|
||||||
st -e bc
|
rofi -show calc -modi calc -no-show-match -no-sort
|
||||||
# passworder
|
# passworder
|
||||||
super + p
|
super + p
|
||||||
$HOME/.scripts/rofi-keepassxc/rofi-keepassxc
|
$HOME/.scripts/rofi-keepassxc/rofi-keepassxc
|
||||||
|
43
botfiles/.config/yay/config.json
Normal file
43
botfiles/.config/yay/config.json
Normal file
@ -0,0 +1,43 @@
|
|||||||
|
{
|
||||||
|
"aururl": "https://aur.archlinux.org",
|
||||||
|
"buildDir": "$HOME/.cache/yay",
|
||||||
|
"absdir": "$HOME/.cache/yay/abs",
|
||||||
|
"editor": "",
|
||||||
|
"editorflags": "",
|
||||||
|
"makepkgbin": "makepkg",
|
||||||
|
"makepkgconf": "",
|
||||||
|
"pacmanbin": "pacman",
|
||||||
|
"pacmanconf": "/etc/pacman.conf",
|
||||||
|
"redownload": "no",
|
||||||
|
"rebuild": "no",
|
||||||
|
"batchinstall": false,
|
||||||
|
"answerclean": "",
|
||||||
|
"answerdiff": "",
|
||||||
|
"answeredit": "",
|
||||||
|
"answerupgrade": "",
|
||||||
|
"gitbin": "git",
|
||||||
|
"gpgbin": "gpg",
|
||||||
|
"gpgflags": "",
|
||||||
|
"mflags": "",
|
||||||
|
"sortby": "votes",
|
||||||
|
"searchby": "name-desc",
|
||||||
|
"gitflags": "",
|
||||||
|
"removemake": "ask",
|
||||||
|
"sudobin": "sudo",
|
||||||
|
"sudoflags": "",
|
||||||
|
"requestsplitn": 150,
|
||||||
|
"sortmode": 0,
|
||||||
|
"completionrefreshtime": 7,
|
||||||
|
"sudoloop": false,
|
||||||
|
"timeupdate": false,
|
||||||
|
"devel": false,
|
||||||
|
"cleanAfter": false,
|
||||||
|
"provides": true,
|
||||||
|
"pgpfetch": true,
|
||||||
|
"upgrademenu": true,
|
||||||
|
"cleanmenu": true,
|
||||||
|
"diffmenu": false,
|
||||||
|
"editmenu": true,
|
||||||
|
"combinedupgrade": false,
|
||||||
|
"useask": false
|
||||||
|
}
|
2
dotman
2
dotman
@ -28,7 +28,7 @@ install_packages() {
|
|||||||
|
|
||||||
sudo reflector --latest 200 --protocol http --protocol https --sort rate --save /etc/pacman.d/mirrorlist
|
sudo reflector --latest 200 --protocol http --protocol https --sort rate --save /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
yay -S --noconfirm --needed neovim qutebrowser telegram-desktop minecraft-launcher dunst bspwm sxhkd htop mpd ncmpcpp picom ranger rofi transmission-cli vlc zsh youtube-dl grc curl wget xclip figlet w3m xorg-server xorg-xinit ttf-font-awesome ttf-dejavu vifm feh xorg-xsetroot lxappearance python-pip alsa-utils tmux networkmanager maim fzf exfat-utils fuse2 udiskie udisks2 imagemagick i3lock-color man checkupdates+aur pacman-contrib polybar ccls clang eslint flake8 shellcheck clang-format-linter-git prettier python-black github-cli ncdu mpc neomutt bc cli-visualizer clipmenu gradle ktlint
|
yay -S --noconfirm --needed neovim qutebrowser telegram-desktop minecraft-launcher dunst bspwm sxhkd htop mpd ncmpcpp picom ranger rofi transmission-cli vlc zsh youtube-dl grc curl wget xclip figlet w3m xorg-server xorg-xinit ttf-font-awesome ttf-dejavu vifm feh xorg-xsetroot lxappearance python-pip alsa-utils tmux networkmanager maim fzf exfat-utils fuse2 udiskie udisks2 imagemagick i3lock-color man checkupdates+aur pacman-contrib polybar ccls clang eslint flake8 shellcheck clang-format-linter-git prettier python-black github-cli ncdu mpc neomutt bc cli-visualizer clipmenu gradle ktlint rofi-calc
|
||||||
|
|
||||||
pip3 install --user -U pynvim msgpack
|
pip3 install --user -U pynvim msgpack
|
||||||
sudo pip install -U grip
|
sudo pip install -U grip
|
||||||
|
Loading…
x
Reference in New Issue
Block a user