Provide dynamic color switching
This commit is contained in:
parent
7cf22d650f
commit
29de078156
8 changed files with 100 additions and 4 deletions
8
Makefile
8
Makefile
|
@ -1,8 +1,8 @@
|
|||
STOWED = bin git ruby tmux vim zsh alacritty
|
||||
STOWED = bin git ruby tmux vim zsh alacritty atomaka
|
||||
|
||||
all: install
|
||||
|
||||
install: plug-vim
|
||||
install: plug-vim initialize-colors
|
||||
stow $(STOWED)
|
||||
|
||||
uninstall:
|
||||
|
@ -14,6 +14,10 @@ plug-vim:
|
|||
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim ; \
|
||||
fi
|
||||
|
||||
initialize-colors:
|
||||
cat alacritty/.config/alacritty/alacritty-base.yml alacritty/.config/alacritty/themes/dark.yml > alacritty/.config/alacritty/alacritty.yml
|
||||
cp atomaka/.config/atomaka/color.sample.yml atomaka/.config/atomaka/color.yml
|
||||
|
||||
rbenv: rbenv-base rbenv-build
|
||||
|
||||
rbenv-base:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue