summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2015-08-16 11:13:28 +0100
committerUrbain Vaes <urbain@vaes.uk>2015-08-16 11:13:28 +0100
commite7f2cb91510795f1275abed4e5e878ee9c209fc3 (patch)
tree4368d6d1b70bc6f96be23e56da27cb4d7108fb0b
parent21273fccab1765a30aa8cd26412030482306c5c9 (diff)
Save various changes
-rw-r--r--.i3/config4
-rw-r--r--.mutt/muttrc6
-rw-r--r--.notes/Notes2
-rw-r--r--.uzbl/bookmarks4
-rw-r--r--.vifm/colors/default.vifm (renamed from .vifm/colors/default)0
-rw-r--r--.vifm/colors/matrix.vifm (renamed from .vifm/colors/matrix)0
-rw-r--r--.vim/mySnippets/tex.snippets11
-rw-r--r--.vim/vimrc9
-rwxr-xr-x.xinitrc2
-rw-r--r--.zsh/plugins2
-rw-r--r--.zsh/tmp2
11 files changed, 28 insertions, 14 deletions
diff --git a/.i3/config b/.i3/config
index b311fba..ff217ef 100644
--- a/.i3/config
+++ b/.i3/config
@@ -186,7 +186,7 @@ bindsym F1 exec $HOME/.xinitrc
# font xft:Droid Sans Mono 10
# Init script
-exec $HOME/.xinitrc
+exec --no-startup-id $HOME/.xinitrc
# Media control
exec --no-startup-id gnome-settings-daemon
@@ -201,3 +201,5 @@ bindsym XF86MonBrightnessUp exec xbacklight -inc 10
bindsym XF86MonBrightnessDown exec xbacklight -dec 10
# font pango:DejaVu Sans Mono 10
+
+bindsym F2 exec --no-startup-id feh --bg-fill --randomize /usr/share/backgrounds
diff --git a/.mutt/muttrc b/.mutt/muttrc
index 96c716e..20a7aa1 100644
--- a/.mutt/muttrc
+++ b/.mutt/muttrc
@@ -58,7 +58,7 @@ set sendmail="/usr/bin/msmtp"
# Sorting options
# set sort = threads
set sort_aux = reverse-last-date-received
-# set sort_browser = reverse-date
+set sort_browser = reverse-date
# Alias file
source ~/.mutt/alias
@@ -67,8 +67,8 @@ source ~/.mutt/alias
auto_view text/html
# Key bindings
-bind index,pager \Cf next-page
-bind index,pager \Cb previous-page
+bind index,pager \Cf next-page
+bind index,pager \Cb previous-page
bind index,pager "}" sidebar-next
bind index,pager "{" sidebar-prev
bind index,pager O sidebar-open
diff --git a/.notes/Notes b/.notes/Notes
index 20af389..4c4dc43 100644
--- a/.notes/Notes
+++ b/.notes/Notes
@@ -4,6 +4,7 @@ Notes
• High priority
◦ Establish structure of draft paper
◦ Investigate proof of spectral convergence
+ ◦ Register by the health center in London
• Medium priority
◦ Implement Smolyak algorithm
◦ Investigate proof of weak convergence
@@ -15,6 +16,7 @@ Notes
• High priority
• Medium priority
◦ Book ticket to Paris
+ ◦ Message Pierre, Hidayet, Greg, Alex
• Low priority
* * *
diff --git a/.uzbl/bookmarks b/.uzbl/bookmarks
new file mode 100644
index 0000000..c54103e
--- /dev/null
+++ b/.uzbl/bookmarks
@@ -0,0 +1,4 @@
+https://github.com/ Github
+http://bknguyen.be/ Khoi
+https://www.youtube.com/ Youtube
+http://www.economist.com/ Economist
diff --git a/.vifm/colors/default b/.vifm/colors/default.vifm
index c3c72dd..c3c72dd 100644
--- a/.vifm/colors/default
+++ b/.vifm/colors/default.vifm
diff --git a/.vifm/colors/matrix b/.vifm/colors/matrix.vifm
index 70a9f76..70a9f76 100644
--- a/.vifm/colors/matrix
+++ b/.vifm/colors/matrix.vifm
diff --git a/.vim/mySnippets/tex.snippets b/.vim/mySnippets/tex.snippets
index 9c74845..d9b37b5 100644
--- a/.vim/mySnippets/tex.snippets
+++ b/.vim/mySnippets/tex.snippets
@@ -108,3 +108,14 @@ endsnippet
snippet gauss "Gaussian density" w
\gaussian{${1:\mu}}{${2:\Sigma}}$0
endsnippet
+
+snippet poly "Polynomials" w
+\poly{${1:d}}
+endsnippet
+
+snippet item "Itemize" b
+\begin{itemize}
+ \item $1
+\end{itemize}
+$0
+endsnippet
diff --git a/.vim/vimrc b/.vim/vimrc
index 13b520a..d2070b5 100644
--- a/.vim/vimrc
+++ b/.vim/vimrc
@@ -105,10 +105,9 @@ let g:tagbar_width = 30
let g:tagbar_show_linenumbers=1
let g:tagbar_autofocus=1
-
let g:tex_conceal= 'adgm'
let g:tex_flavor='latex'
- let g:tex_fast="1"
+let g:tex_fast="1"
let NERDTreeIgnore=['\.pdf$', '\~$','\.toc$',
\ '\.fls$','\.bbl$','\.blg$',
@@ -271,12 +270,6 @@ nnoremap Y y$
nnoremap + za
nnoremap K :OnlineThesaurusCurrentWord<CR>
-" Dvorak specific
-nnoremap : ,
-vnoremap : ,
-nnoremap , :
-vnoremap , :
-
" Neovim specific
if has("nvim")
tnoremap <C-_> <C-\><C-n><C-^>:ZoomWinTabOut<cr>
diff --git a/.xinitrc b/.xinitrc
index 73da0a5..0387b4e 100755
--- a/.xinitrc
+++ b/.xinitrc
@@ -15,4 +15,6 @@ killall -9 gpg-agent
gpg-agent --daemon --enable-ssh-support \
--write-env-file "${HOME}/.gpg-agent-info"
+feh --bg-fill --randomize /usr/share/backgrounds
+
exec i3
diff --git a/.zsh/plugins b/.zsh/plugins
index b519e4b..bccb010 100644
--- a/.zsh/plugins
+++ b/.zsh/plugins
@@ -14,7 +14,7 @@ if ! zgen saved; then
# Oh-my-zsh plugins
zgen oh-my-zsh plugins/git
zgen oh-my-zsh plugins/vi-mode
- zgen oh-my-zsh plugins/ubuntu
+ zgen oh-my-zsh plugins/archlinux
zgen oh-my-zsh plugins/tmux
zgen oh-my-zsh plugins/themes
diff --git a/.zsh/tmp b/.zsh/tmp
index 1282040..aab86c2 100644
--- a/.zsh/tmp
+++ b/.zsh/tmp
@@ -1,3 +1,3 @@
#!/bin/zsh
-export COLORSCHEME=dark
+export COLORSCHEME=light