Remove taskwarrior from scripts
This commit is contained in:
parent
0af6521257
commit
68418d40ea
2 changed files with 0 additions and 6 deletions
|
|
@ -11,7 +11,6 @@ OSTYPE="$(uname -s)"
|
|||
install_dark() {
|
||||
ln -sf "${DOTFILES}/alacritty/colors-dark.toml" "${DOTFILES}/alacritty/colors.toml"
|
||||
ln -sf "${DOTFILES}/bat/config-dark" "${DOTFILES}/bat/config"
|
||||
ln -sf "${DOTFILES}/task/dark.theme" "${DOTFILES}/task/color.theme"
|
||||
ln -sf "${DOTFILES}/vim/colors/jdkaplan-dark.vim" "${DOTFILES}/vim/colors/jdkaplan.vim"
|
||||
ln -sf "${DOTFILES}/neovim/colors/jdkaplan-cool.lua" "${DOTFILES}/neovim/colors/jdkaplan-temp.lua"
|
||||
|
||||
|
|
@ -31,7 +30,6 @@ install_dark() {
|
|||
install_light() {
|
||||
ln -sf "${DOTFILES}/alacritty/colors-light.toml" "${DOTFILES}/alacritty/colors.toml"
|
||||
ln -sf "${DOTFILES}/bat/config-light" "${DOTFILES}/bat/config"
|
||||
ln -sf "${DOTFILES}/task/light.theme" "${DOTFILES}/task/color.theme"
|
||||
ln -sf "${DOTFILES}/vim/colors/jdkaplan-light.vim" "${DOTFILES}/vim/colors/jdkaplan.vim"
|
||||
ln -sf "${DOTFILES}/neovim/colors/jdkaplan-warm.lua" "${DOTFILES}/neovim/colors/jdkaplan-temp.lua"
|
||||
|
||||
|
|
|
|||
|
|
@ -3,10 +3,8 @@
|
|||
- mkdir -p ~/.cargo
|
||||
- mkdir -p ~/.config/direnv
|
||||
- mkdir -p ~/.config/gh
|
||||
- mkdir -p ~/.task
|
||||
- ./bin/set-colors
|
||||
- ./helix/install
|
||||
- ./task/install
|
||||
|
||||
- clean: ["~", "~/.config"]
|
||||
|
||||
|
|
@ -40,8 +38,6 @@
|
|||
~/.psqlrc: psql/.psqlrc
|
||||
~/.psqlrc-readonly: psql/.psqlrc-readonly
|
||||
~/.rgignore: etc/rgignore
|
||||
~/.task/hooks: task/hooks/
|
||||
~/.task/color.theme: task/color.theme
|
||||
~/.tmux.conf: tmux/.tmux.conf
|
||||
~/.vimrc: vim/.vimrc
|
||||
~/.vim: vim/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue