aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Browser/vimb/config20
-rw-r--r--Browser/vimb/config.static4
-rw-r--r--Mail/muttrc3
-rw-r--r--README.md2
-rw-r--r--Shell/fish/aliases5
-rw-r--r--Shell/fish/functions/fish_greeting.fish2
-rw-r--r--Shell/zshrc8
-rw-r--r--Window_Manager/ratpoison/ratpoisonrc.conf2
-rw-r--r--Xinit/Xdefaults11
9 files changed, 31 insertions, 26 deletions
diff --git a/Browser/vimb/config b/Browser/vimb/config
index 6c562dd..bd340b6 100644
--- a/Browser/vimb/config
+++ b/Browser/vimb/config
@@ -1,5 +1,7 @@
set useragent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_1) AppleWebKit/601.2.4 (KHTML, like Gecko) Version/9.0.1 Safari/601.2.4
+set scripts=false
+
set spacial-navigation=true
shortcut-add wiki=https://en.wikipedia.org/w/index.php?search=$0
@@ -10,7 +12,7 @@ shortcut-add gh=https://github.com/$0/$1
shortcut-add arrp=https://www.archlinux.org/packages/?q=$0
shortcut-add arwk=https://wiki.archlinux.org/index.php?title=Special%3ASearch&search=$0&go=Go
shortcut-add aur=https://aur.archlinux.org/packages/?K=$0
-shortcut-default gl
+shortcut-default dl
set download-path=~/Downloads
@@ -30,11 +32,11 @@ nmap ) <C-N>
nmap S :set scripts=false<CR> r :shellcmd mpv --no-terminal "%s"<CR> :set scripts=true<CR>
-set status-color-bg=#201b19
-set status-color-fg=#c3c5c8
-set status-ssl-color-bg=#201b19
-set status-ssl-color-fg=#c3c5c8
-set completion-bg-active=#201b19
-set completion-bg-normal=#201b19
-set completion-fg-active=#a09c9b
-set completion-fg-normal=#c3c5c8
+set status-color-bg=#0f0e20
+set status-color-fg=#de7788
+set status-ssl-color-bg=#0f0e20
+set status-ssl-color-fg=#de7788
+set completion-bg-active=#0f0e20
+set completion-bg-normal=#0f0e20
+set completion-fg-active=#6260a0
+set completion-fg-normal=#de7788
diff --git a/Browser/vimb/config.static b/Browser/vimb/config.static
index 7f74c82..e5ce804 100644
--- a/Browser/vimb/config.static
+++ b/Browser/vimb/config.static
@@ -1,5 +1,7 @@
set useragent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_1) AppleWebKit/601.2.4 (KHTML, like Gecko) Version/9.0.1 Safari/601.2.4
+set scripts=false
+
set spacial-navigation=true
shortcut-add wiki=https://en.wikipedia.org/w/index.php?search=$0
@@ -10,7 +12,7 @@ shortcut-add gh=https://github.com/$0/$1
shortcut-add arrp=https://www.archlinux.org/packages/?q=$0
shortcut-add arwk=https://wiki.archlinux.org/index.php?title=Special%3ASearch&search=$0&go=Go
shortcut-add aur=https://aur.archlinux.org/packages/?K=$0
-shortcut-default gl
+shortcut-default dl
set download-path=~/Downloads
diff --git a/Mail/muttrc b/Mail/muttrc
index 520dc1d..514b1be 100644
--- a/Mail/muttrc
+++ b/Mail/muttrc
@@ -122,7 +122,8 @@ bind index R group-reply
set display_filter='$HOME/.mutt/alias.sh'
# Remove + on wraps
-unset markers
+set markers=no
+set smart_wrap
# Mutt LED notification
set status_format="$HOME/.mutt/notify.sh '%r %f (%L) [Msgs:%?M?%M/?%m%?n? New:%n?%?d? Del:%d?%?F? Flag:%F?%?t? Tag:%t?%?p? Post:%p?%?b? Inc:%b?]'|"
diff --git a/README.md b/README.md
index 5d34dc5..ecf22a2 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ Editor: vim
Mail: mutt & mbsync
File_Manager: ranger
News_Aggregator: newsbeuter
-Shell: fish
+Shell: zsh
```
![alt tag](https://skozl.com/2p2g)
![alt tag](https://skozl.com/nxVg)
diff --git a/Shell/fish/aliases b/Shell/fish/aliases
index cdf8681..29ac784 100644
--- a/Shell/fish/aliases
+++ b/Shell/fish/aliases
@@ -4,6 +4,9 @@
#if you wanna change timezone just copy one of /usr/share/zoneinfo/place to /etc/localtime
# awesome perl echo 'one two three'| perl -lne 'print $1 if /one(.*)three/'
+
+function yt; mpsyt;end
+
# SDR
function sdr; gqrx-alsa; end
# Disable mouse
@@ -20,7 +23,7 @@ function swedish; vim ~/Sync/Notes/Swedish/swedish.txt; end
function zombify; sudo -u dork /home/vasko/dorknet/dork zombify; end
function irc; autossh -M 0 -o "ServerAliveInterval 45" -o "ServerAliveCountMax 2" -p 55022 vasko@skozl.com; end
-function vps; autossh -M 0 -o "ServerAliveInterval 45" -o "ServerAliveCountMax 2" -p 22 vasko@108.61.173.91; end
+function vps; autossh -M 0 -o "ServerAliveInterval 45" -o "ServerAliveCountMax 2" -p 22 vasko@skozl.com; end
function sourcel; source ~/.bash_aliases; end
function ,.; fc -e -; end
function cd..; cd ..; end
diff --git a/Shell/fish/functions/fish_greeting.fish b/Shell/fish/functions/fish_greeting.fish
index 5ff1d4a..e755d2a 100644
--- a/Shell/fish/functions/fish_greeting.fish
+++ b/Shell/fish/functions/fish_greeting.fish
@@ -1,3 +1,3 @@
function fish_greeting
- archey3;
+# archey3;
end
diff --git a/Shell/zshrc b/Shell/zshrc
index 455185b..473415a 100644
--- a/Shell/zshrc
+++ b/Shell/zshrc
@@ -4,7 +4,7 @@ HISTSIZE=10000
SAVEHIST=10000
setopt appendhistory autocd extendedglob correct
unsetopt beep
-bindkey -v
+#bindkey -v
zstyle ':completion:*' menu select
#zstyle ':completion:*' format '%BCompleting %d%b'
# End of lines configured by zsh-newuser-install
@@ -32,7 +32,11 @@ PROMPT="%{$fg_no_bold[yellow]%}%1~ %{$reset_color%}☢ "
RPROMPT="[%{$fg_no_bold[yellow]%}%?%{$reset_color%}]"
+#Enable highlightling like fish
+source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
+source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
+
#fortune -s | cowsay -f $(ls /usr/share/cows/ | shuf -n1)
-archey3
+#archey3
diff --git a/Window_Manager/ratpoison/ratpoisonrc.conf b/Window_Manager/ratpoison/ratpoisonrc.conf
index 50de765..2de341c 100644
--- a/Window_Manager/ratpoison/ratpoisonrc.conf
+++ b/Window_Manager/ratpoison/ratpoisonrc.conf
@@ -224,7 +224,7 @@ alias browse_selection exec .config/ratpoison/exec_to_workspace 2 vimb `ratpoiso
bind B banish
# Paste with X selection
-alias insert_X_selection meta S-Insert
+alias insert_X_selection exec ~/bin/paste
bind i insert_X_selection
diff --git a/Xinit/Xdefaults b/Xinit/Xdefaults
index 8130535..0f56be6 100644
--- a/Xinit/Xdefaults
+++ b/Xinit/Xdefaults
@@ -8,13 +8,6 @@ Xft.rgba: rgb
Xft.hinting: true
Xft.hintstyle: hintslight
-!-------------------------------------------------------------------------------
-! URxvt settings
-! Colours lifted from Solarized (http://ethanschoonover.com/solarized)
-! More info at:
-! http://pod.tst.eu/http://cvs.schmorp.de/rxvt-unicode/doc/rxvt.1.pod
-!-------------------------------------------------------------------------------
-
URxvt.geometry: 90x30
URxvt.transparent: false
URxvt.fading: 0
@@ -37,7 +30,7 @@ URxvt.scrollBar: false
! Perl extensions
!URxvt.perl-ext-common: default,matcher
URxvt.matcher.button: 1
-URxvt.urlLauncher: uzbl-browser
+URxvt.urlLauncher: vimb
! Cursor
URxvt.cursorBlink: true
@@ -48,7 +41,7 @@ URxvt.cursorUnderline: false
URxvt*saveLines: 12000
! M-t for text select M-s for search
-URxvt.perl-ext-common: default,matcher,keyboard-select,url-select
+URxvt.perl-ext-common: default,keyboard-select,url-select
URxvt.keysym.M-t: perl:keyboard-select:activate
URxvt.keysym.M-s: perl:keyboard-select:search