diff options
author | David Robillard <d@drobilla.net> | 2017-12-10 14:34:27 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2017-12-10 14:39:53 +0100 |
commit | d2da4e5d2866083b8159f57eb04da01662b0dc17 (patch) | |
tree | 14fd5bf57fbaedccd00d1490639319c40b163638 | |
parent | ba6f1ea48ccc54f0afdd5eafee65ad6bf9b502c6 (diff) | |
download | dotfiles-d2da4e5d2866083b8159f57eb04da01662b0dc17.tar.gz dotfiles-d2da4e5d2866083b8159f57eb04da01662b0dc17.tar.bz2 dotfiles-d2da4e5d2866083b8159f57eb04da01662b0dc17.zip |
Make dotfiles stow compatible
-rw-r--r-- | aptitude/.aptitude/config (renamed from aptitude/config) | 0 | ||||
-rw-r--r-- | awesome/.config/awesome/rc.lua (renamed from awesome/rc.lua) | 0 | ||||
-rw-r--r-- | awesome/.config/awesome/theme/icon.png (renamed from awesome/theme/icon.png) | bin | 223 -> 223 bytes | |||
-rw-r--r-- | awesome/.config/awesome/theme/submenu.png (renamed from awesome/theme/submenu.png) | bin | 367 -> 367 bytes | |||
-rw-r--r-- | awesome/.config/awesome/theme/theme.lua (renamed from awesome/theme/theme.lua) | 0 | ||||
-rw-r--r-- | bash/.bashrc (renamed from bashrc) | 0 | ||||
-rwxr-xr-x | bspwm/.config/bspwm/bspwmrc (renamed from bspwm/bspwmrc) | 0 | ||||
-rwxr-xr-x | bspwm/.config/bspwm/panel (renamed from bspwm/panel) | 0 | ||||
-rwxr-xr-x | bspwm/.config/bspwm/panel_bar (renamed from bspwm/panel_bar) | 0 | ||||
-rw-r--r-- | conky/.conkyrc (renamed from conkyrc) | 0 | ||||
-rwxr-xr-x | deploy.sh | 13 | ||||
-rw-r--r-- | emacs/.emacs.d/drobillized-theme.el (renamed from emacs.d/drobillized-theme.el) | 0 | ||||
-rw-r--r-- | emacs/.emacs.d/init.el (renamed from emacs.d/init.el) | 0 | ||||
-rw-r--r-- | emacs/.emacs.d/site-lisp/n3-mode.el (renamed from emacs.d/site-lisp/n3-mode.el) | 0 | ||||
-rw-r--r-- | emacs/.emacs.d/site-lisp/ppindent.el (renamed from emacs.d/site-lisp/ppindent.el) | 0 | ||||
-rw-r--r-- | emacs/.emacs.d/site-lisp/ttl-mode.el (renamed from emacs.d/site-lisp/ttl-mode.el) | 0 | ||||
-rw-r--r-- | sxhkd/.config/sxhkd/sxhkdrc (renamed from sxhkd/sxhkdrc) | 0 | ||||
-rw-r--r-- | tmux/.tmux.conf (renamed from tmux.conf) | 0 | ||||
-rw-r--r-- | vim/.vimrc (renamed from vimrc) | 0 |
19 files changed, 9 insertions, 4 deletions
diff --git a/aptitude/config b/aptitude/.aptitude/config index 5d61561..5d61561 100644 --- a/aptitude/config +++ b/aptitude/.aptitude/config diff --git a/awesome/rc.lua b/awesome/.config/awesome/rc.lua index 9f9888a..9f9888a 100644 --- a/awesome/rc.lua +++ b/awesome/.config/awesome/rc.lua diff --git a/awesome/theme/icon.png b/awesome/.config/awesome/theme/icon.png Binary files differindex 8f2dd73..8f2dd73 100644 --- a/awesome/theme/icon.png +++ b/awesome/.config/awesome/theme/icon.png diff --git a/awesome/theme/submenu.png b/awesome/.config/awesome/theme/submenu.png Binary files differindex 2b60e74..2b60e74 100644 --- a/awesome/theme/submenu.png +++ b/awesome/.config/awesome/theme/submenu.png diff --git a/awesome/theme/theme.lua b/awesome/.config/awesome/theme/theme.lua index 860110e..860110e 100644 --- a/awesome/theme/theme.lua +++ b/awesome/.config/awesome/theme/theme.lua diff --git a/bspwm/bspwmrc b/bspwm/.config/bspwm/bspwmrc index 1485f63..1485f63 100755 --- a/bspwm/bspwmrc +++ b/bspwm/.config/bspwm/bspwmrc diff --git a/bspwm/panel b/bspwm/.config/bspwm/panel index ca1ae02..ca1ae02 100755 --- a/bspwm/panel +++ b/bspwm/.config/bspwm/panel diff --git a/bspwm/panel_bar b/bspwm/.config/bspwm/panel_bar index bf0fc6d..bf0fc6d 100755 --- a/bspwm/panel_bar +++ b/bspwm/.config/bspwm/panel_bar @@ -1,6 +1,11 @@ #!/bin/sh -ln -is $(realpath bspwm) ~/.config/bspwm -ln -is $(realpath sxhkd) ~/.config/sxhkd -ln -is $(realpath conkyrc) ~/.conkyrc -ln -is $(realpath tmux.conf) ~/.tmux.conf +stow aptitude +stow awesome +stow bash +stow bspwm +stow conky +stow emacs +stow sxhkd +stow tmux +stow vim diff --git a/emacs.d/drobillized-theme.el b/emacs/.emacs.d/drobillized-theme.el index 1a5b240..1a5b240 100644 --- a/emacs.d/drobillized-theme.el +++ b/emacs/.emacs.d/drobillized-theme.el diff --git a/emacs.d/init.el b/emacs/.emacs.d/init.el index aaa136f..aaa136f 100644 --- a/emacs.d/init.el +++ b/emacs/.emacs.d/init.el diff --git a/emacs.d/site-lisp/n3-mode.el b/emacs/.emacs.d/site-lisp/n3-mode.el index 8beced6..8beced6 100644 --- a/emacs.d/site-lisp/n3-mode.el +++ b/emacs/.emacs.d/site-lisp/n3-mode.el diff --git a/emacs.d/site-lisp/ppindent.el b/emacs/.emacs.d/site-lisp/ppindent.el index 84c9702..84c9702 100644 --- a/emacs.d/site-lisp/ppindent.el +++ b/emacs/.emacs.d/site-lisp/ppindent.el diff --git a/emacs.d/site-lisp/ttl-mode.el b/emacs/.emacs.d/site-lisp/ttl-mode.el index ee147de..ee147de 100644 --- a/emacs.d/site-lisp/ttl-mode.el +++ b/emacs/.emacs.d/site-lisp/ttl-mode.el diff --git a/sxhkd/sxhkdrc b/sxhkd/.config/sxhkd/sxhkdrc index 3be442f..3be442f 100644 --- a/sxhkd/sxhkdrc +++ b/sxhkd/.config/sxhkd/sxhkdrc diff --git a/tmux.conf b/tmux/.tmux.conf index 2612405..2612405 100644 --- a/tmux.conf +++ b/tmux/.tmux.conf |