Updated
Signed-off-by: Marcin Wozniak <y0rune@aol.com>
This commit is contained in:
parent
4096068e31
commit
c17c400828
@ -11,10 +11,12 @@ unbind-key p
|
||||
bind-key n next
|
||||
bind-key p prev
|
||||
|
||||
color listnormal_unread yellow default
|
||||
color listfocus blue default reverse bold
|
||||
color listfocus_unread blue default reverse bold
|
||||
|
||||
browser "firefox-bin -new-tab %u"
|
||||
player vlc
|
||||
color listnormal cyan default
|
||||
color listfocus black yellow standout bold
|
||||
color listnormal_unread blue default
|
||||
color listfocus_unread yellow default bold
|
||||
color info red black bold
|
||||
color article white default bold
|
||||
|
||||
browser "firefox -new-tab %u"
|
||||
player mpv
|
||||
|
@ -1,6 +1,19 @@
|
||||
============================================================
|
||||
https://bridge.suumitsu.eu/?action=display&bridge=Facebook&context=User&u=infoKONINpl&media_type=all&skip_reviews=on&limit=-1&format=Atom
|
||||
https://bridge.suumitsu.eu/?action=display&bridge=Facebook&context=User&u=gminakleczew&media_type=all&skip_reviews=on&limit=-1&format=Atom
|
||||
https://bridge.suumitsu.eu/?action=display&bridge=Facebook&context=User&u=portalLM&media_type=all&skip_reviews=on&limit=-1&format=Atom
|
||||
https://nitter.net/MZ_GOV_PL/rss
|
||||
http://www.epoznan.pl/rss.php poznan
|
||||
============================================================
|
||||
https://nitter.net/F1/rss
|
||||
https://nitter.net/mjermakow/rss
|
||||
============================================================
|
||||
https://bugs.gentoo.org/buglist.cgi?bug_status=UNCONFIRMED&chfieldfrom=24h&ctype=atom&title=NEW&list_id=4468306&order=changeddate%20DESC%2Cbug_status%2Cpriority%2Cassigned_to%2Cbug_id&query_format=advanced Gentoo
|
||||
https://bugs.gentoo.org/buglist.cgi?component=Package%20issues&product=GURU&query_format=advanced&resolution=---&title=Bug%20List&ctype=atom GURU-BUGS
|
||||
https://bugs.gentoo.org/buglist.cgi?component=Trusted%20Contributor%20ascension&product=GURU&query_format=advanced&resolution=---&title=Bug%20List&ctype=atom
|
||||
http://www.epoznan.pl/rss.php poznan
|
||||
https://www.reddit.com/r/gentoo/new.rss
|
||||
============================================================
|
||||
http://rss.uptimerobot.com/u674346-753d02ab763f3725330347d4419a7569 UpTimeRobot
|
||||
|
||||
============================================================
|
||||
https://www.youtube.com/feeds/videos.xml?channel_id=UCzuvRWjh7k1SZm1RvqvIx4w
|
||||
============================================================
|
||||
|
6
.local/bin/remove-kernel
Executable file
6
.local/bin/remove-kernel
Executable file
@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
sudo emerge -C "=sys-kernel/gentoo-sources-$1"
|
||||
sudo rm -rf /usr/src/linux-$1-gentoo
|
||||
sudo rm -rf /lib/modules/$1-gentoo-x86_64
|
||||
sudo rm -rf /boot/*$1*
|
||||
sudo grub-mkconfig -o /boot/grub/grub.cfg
|
@ -4,6 +4,7 @@ unbind C-b
|
||||
bind-key C-a send-prefix
|
||||
unbind q
|
||||
bind q confirm kill-window
|
||||
bind Q confirm kill-pane
|
||||
set -g status on
|
||||
bind-key -n C-f copy-mode \; send-key ?
|
||||
set -g default-terminal "st-256color"
|
||||
|
4
.zshrc
4
.zshrc
@ -22,6 +22,7 @@ source $HOME/Linux/configs/zsh-autosuggestions/zsh-autosuggestions.plugin.zsh &>
|
||||
source $HOME/Linux/configs/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh &>> /dev/null
|
||||
[ ! -d $HOME/.config/fzf ] && git clone https://github.com/junegunn/fzf.git $HOME/.config/fzf
|
||||
[ -f $HOME/.config/fzf/shell/key-bindings.zsh ] && source $HOME/.config/fzf/shell/key-bindings.zsh
|
||||
[ -f /etc/issue.logo ] && cat /etc/issue.logo
|
||||
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
|
||||
FPATH=/usr/local/share/zsh/site-functions:$FPATH
|
||||
xset s off -dpms &>> /dev/null
|
||||
@ -31,6 +32,7 @@ xset -dpms &>> /dev/null
|
||||
set bell-style none &>> /dev/null
|
||||
setxkbmap pl &>> /dev/null
|
||||
|
||||
export GPG_TTY=$(tty)
|
||||
export TERM=xterm-256color
|
||||
export SHELL=/bin/bash
|
||||
export GTK_IM_MODULE=ibus
|
||||
@ -79,8 +81,8 @@ alias code="vscodium"
|
||||
alias vpn="sudo /root/.local/bin/protonvpn c -f"
|
||||
alias vpnch="sudo /root/.local/bin/protonvpn c --cc CH"
|
||||
alias vpnd="sudo /root/.local/bin/protonvpn d"
|
||||
alias vpns="sudo /root/.local/bin/protonvpn status"
|
||||
alias prolog="swipl"
|
||||
alias tv="~/MEGA/tv/tv.sh"
|
||||
|
||||
# Cleaning-up
|
||||
export KODI_DATA="$HOME/.config/kodi"
|
||||
|
Loading…
Reference in New Issue
Block a user