beef-book - Lazy update
This commit is contained in:
parent
b48c3cbcc3
commit
76da2959fe
5 changed files with 8 additions and 5 deletions
|
@ -165,7 +165,7 @@
|
||||||
;;solidity ; do you need a blockchain? No.
|
;;solidity ; do you need a blockchain? No.
|
||||||
;;swift ; who asked for emoji variables?
|
;;swift ; who asked for emoji variables?
|
||||||
;;terra ; Earth and Moon in alignment for performance.
|
;;terra ; Earth and Moon in alignment for performance.
|
||||||
;;web ; the tubes
|
web ; the tubes
|
||||||
;;yaml ; JSON, but readable
|
;;yaml ; JSON, but readable
|
||||||
|
|
||||||
:email
|
:email
|
||||||
|
|
3
.profile
3
.profile
|
@ -6,6 +6,7 @@ export PATH=$PATH:$HOME/.local/bin
|
||||||
# Default programs:
|
# Default programs:
|
||||||
export EDITOR="nvim"
|
export EDITOR="nvim"
|
||||||
export TERMINAL="st"
|
export TERMINAL="st"
|
||||||
export BROWSER="brave"
|
export BROWSER="librewolf"
|
||||||
|
export BROWSER2="brave"
|
||||||
export READER="xreader"
|
export READER="xreader"
|
||||||
export FILEMANAGER="thunar"
|
export FILEMANAGER="thunar"
|
||||||
|
|
|
@ -43,7 +43,7 @@ call plug#begin('~/.local/share/nvim/plugged')
|
||||||
"Plug 'vbe0201/vimdiscord'
|
"Plug 'vbe0201/vimdiscord'
|
||||||
Plug 'rrethy/vim-hexokinase', { 'do': 'make hexokinase' }
|
Plug 'rrethy/vim-hexokinase', { 'do': 'make hexokinase' }
|
||||||
Plug 'vimwiki/vimwiki'
|
Plug 'vimwiki/vimwiki'
|
||||||
"Plug 'franbach/miramare'
|
Plug 'franbach/miramare'
|
||||||
Plug 'cocopon/iceberg.vim'
|
Plug 'cocopon/iceberg.vim'
|
||||||
Plug 'patstockwell/vim-monokai-tasty'
|
Plug 'patstockwell/vim-monokai-tasty'
|
||||||
Plug 'antoinemadec/FixCursorHold.nvim'
|
Plug 'antoinemadec/FixCursorHold.nvim'
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
# gnome_do slingshot appdrawer appdrawer_alt appfolder
|
# gnome_do slingshot appdrawer appdrawer_alt appfolder
|
||||||
# column row row_center screen row_dock row_dropdown
|
# column row row_center screen row_dock row_dropdown
|
||||||
|
|
||||||
theme="launchpad"
|
theme="blurry"
|
||||||
dir="$HOME/.config/rofi/launchers/misc"
|
dir="$HOME/.config/rofi/launchers/misc"
|
||||||
|
|
||||||
# comment these lines to disable random style
|
# comment these lines to disable random style
|
||||||
|
|
|
@ -9,6 +9,8 @@ super + Return
|
||||||
$TERMINAL
|
$TERMINAL
|
||||||
super + shift + w
|
super + shift + w
|
||||||
$BROWSER
|
$BROWSER
|
||||||
|
super + shift + ctrl + w
|
||||||
|
$BROWSER2
|
||||||
super + shift + m
|
super + shift + m
|
||||||
$TERMINAL -e ncmpcpp
|
$TERMINAL -e ncmpcpp
|
||||||
super + shift + v
|
super + shift + v
|
||||||
|
@ -49,7 +51,7 @@ super + ctrl + alt + m
|
||||||
|
|
||||||
# ROFI run menu
|
# ROFI run menu
|
||||||
super + d
|
super + d
|
||||||
~/.config/rofi/launchers/colorful/launcher.sh
|
~/.config/rofi/launchers/misc/launcher.sh
|
||||||
#rofi -show run
|
#rofi -show run
|
||||||
# kaomoji picker lol
|
# kaomoji picker lol
|
||||||
super + ctrl + k
|
super + ctrl + k
|
||||||
|
|
Loading…
Reference in a new issue