From cd18f2f79147e156140a502c8cbfacbc6023ca16 Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Tue, 8 Mar 2016 10:45:14 +0000 Subject: Symlink personal file to another repo --- .gitignore | 1 + .mutt/alias | 2 +- .newsbeuter/urls | 4 +--- .qutebrowser/bookmarks/urls | 5 +---- .qutebrowser/quickmarks | 9 +-------- .vifm/vifmrc | 2 +- .vim/mySnippets | 2 +- .zsh/tmp | 2 +- .zsh/zshrc | 4 ++++ 9 files changed, 12 insertions(+), 19 deletions(-) mode change 100644 => 120000 .newsbeuter/urls mode change 100644 => 120000 .qutebrowser/bookmarks/urls mode change 100644 => 120000 .qutebrowser/quickmarks mode change 120000 => 100644 .zsh/tmp 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 deleted file mode 100644 index ab4991d..0000000 --- a/.newsbeuter/urls +++ /dev/null @@ -1,3 +0,0 @@ -https://www.urbainvaes.com/git/dotfiles.git/master/rss/ -https://stallman.org/rss/rss.xml -http://www.aaronsw.com/2002/feeds/pgessays.rss diff --git a/.newsbeuter/urls b/.newsbeuter/urls new file mode 120000 index 0000000..3fa1f23 --- /dev/null +++ b/.newsbeuter/urls @@ -0,0 +1 @@ +../.personal/.newsbeuter/urls \ No newline at end of file diff --git a/.qutebrowser/bookmarks/urls b/.qutebrowser/bookmarks/urls deleted file mode 100644 index 814231c..0000000 --- a/.qutebrowser/bookmarks/urls +++ /dev/null @@ -1,4 +0,0 @@ -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 diff --git a/.qutebrowser/bookmarks/urls b/.qutebrowser/bookmarks/urls new file mode 120000 index 0000000..801f3d6 --- /dev/null +++ b/.qutebrowser/bookmarks/urls @@ -0,0 +1 @@ +../../.personal/.qutebrowser/bookmarks/urls \ No newline at end of file diff --git a/.qutebrowser/quickmarks b/.qutebrowser/quickmarks deleted file mode 100644 index e9d314a..0000000 --- a/.qutebrowser/quickmarks +++ /dev/null @@ -1,8 +0,0 @@ -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/ diff --git a/.qutebrowser/quickmarks b/.qutebrowser/quickmarks new file mode 120000 index 0000000..081ea8d --- /dev/null +++ b/.qutebrowser/quickmarks @@ -0,0 +1 @@ +../.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 deleted file mode 120000 index 6ee61fc..0000000 --- a/.zsh/tmp +++ /dev/null @@ -1 +0,0 @@ -../.personal/tmp \ No newline at end of file diff --git a/.zsh/tmp b/.zsh/tmp new file mode 100644 index 0000000..eb662bc --- /dev/null +++ b/.zsh/tmp @@ -0,0 +1 @@ +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" -- cgit v1.2.3