summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
l---------.mutt/alias2
l---------[-rw-r--r--].newsbeuter/urls7
l---------[-rw-r--r--].qutebrowser/bookmarks/urls5
l---------[-rw-r--r--].qutebrowser/quickmarks9
-rw-r--r--.vifm/vifmrc2
l---------.vim/mySnippets2
-rw-r--r--[l---------].zsh/tmp2
-rw-r--r--.zsh/zshrc4
9 files changed, 12 insertions, 22 deletions
diff --git a/.gitignore b/.gitignore
index 406619c..f95876c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,5 +18,6 @@
.vim/vim-plug
.vim/vimundo/
.zsh/zgen
+.zsh/tmp
!*.gitkeep
diff --git a/.mutt/alias b/.mutt/alias
index 7b6d4ae..08714c6 120000
--- a/.mutt/alias
+++ b/.mutt/alias
@@ -1 +1 @@
-../.personal/alias \ No newline at end of file
+../.personal/.mutt/alias \ No newline at end of file
diff --git a/.newsbeuter/urls b/.newsbeuter/urls
index 769e12f..3fa1f23 100644..120000
--- a/.newsbeuter/urls
+++ b/.newsbeuter/urls
@@ -1,6 +1 @@
-https://www.urbainvaes.com/git/dotfiles.git/master/rss/ tech
-http://bknguyen.org/cgit/dotfiles.git/atom/?h=master tech
-http://www.aaronsw.com/2002/feeds/pgessays.rss blog
-https://stallman.org/rss/rss.xml news
-http://hnrss.org/newest?points=50 news
-http://static.fsf.org/fsforg/rss/news.xml news
+../.personal/.newsbeuter/urls \ No newline at end of file
diff --git a/.qutebrowser/bookmarks/urls b/.qutebrowser/bookmarks/urls
index 814231c..801f3d6 100644..120000
--- a/.qutebrowser/bookmarks/urls
+++ b/.qutebrowser/bookmarks/urls
@@ -1,4 +1 @@
-https://www.urbainvaes.com Urbain Vaes
-https://www.stallman.org/ Richard Stallman's Personal Page
-https://news.ycombinator.com/ Hacker News
-http://192.168.0.20/#home MusicBox
+../../.personal/.qutebrowser/bookmarks/urls \ No newline at end of file
diff --git a/.qutebrowser/quickmarks b/.qutebrowser/quickmarks
index e9d314a..081ea8d 100644..120000
--- a/.qutebrowser/quickmarks
+++ b/.qutebrowser/quickmarks
@@ -1,8 +1 @@
-Richard Stallman https://www.stallman.org/
-The Economist http://www.economist.com/
-Gitlist https://www.urbainvaes.com/git/
-Urbain Vaes https://www.urbainvaes.com/
-Khoi's git http://bknguyen.org/cgit
-Hacker News https://news.ycombinator.com/
-Facebook https://www.facebook.com/
-LinkedIn https://www.linkedin.com/
+../.personal/.qutebrowser/quickmarks \ No newline at end of file
diff --git a/.vifm/vifmrc b/.vifm/vifmrc
index be37f78..d6f8936 100644
--- a/.vifm/vifmrc
+++ b/.vifm/vifmrc
@@ -209,7 +209,7 @@ fileviewer *.avi,*.mp4,*.wmv,*.dat,*.3gp,*.ogv,*.mkv,*.mpg,*.vob,*.flv,*.m2v,*.m
" Web
filextype *.html,*.htm
\ {Open with uzbl}
- \ uzbl-browser %f %i &,
+ \ qutebrowser %f %i &,
\ {Open with dwb}
\ dwb %f %i &,
\ {Open with firefox}
diff --git a/.vim/mySnippets b/.vim/mySnippets
index 7537bc7..5c3ff1c 120000
--- a/.vim/mySnippets
+++ b/.vim/mySnippets
@@ -1 +1 @@
-../.personal/mySnippets \ No newline at end of file
+../.personal/.vim/mySnippets \ No newline at end of file
diff --git a/.zsh/tmp b/.zsh/tmp
index 6ee61fc..eb662bc 120000..100644
--- a/.zsh/tmp
+++ b/.zsh/tmp
@@ -1 +1 @@
-../.personal/tmp \ No newline at end of file
+export COLORSCHEME=dark
diff --git a/.zsh/zshrc b/.zsh/zshrc
index 03b5172..22860cd 100644
--- a/.zsh/zshrc
+++ b/.zsh/zshrc
@@ -1,3 +1,7 @@
+# Write tmp file if it doesn't exist
+[[ ! -f ~/.zsh/tmp ]] && echo "export COLORSCHEME=dark" > ~/.zsh/tmp
+
+# Source configuration files
source "$HOME/.zsh/plugins"
source "$HOME/.zsh/functions"
source "$HOME/.zsh/aliases"