mirror of
https://git.disroot.org/FollieHiyuki/dotfiles.git
synced 2024-11-28 18:28:35 -05:00
elvish: add to deploy script
This commit is contained in:
parent
cac1caa806
commit
71241ad12b
@ -90,6 +90,7 @@ cp -rfv ./home/.local/bin/ ~/.local/bin/
|
|||||||
# The bloated dotfiles itself
|
# The bloated dotfiles itself
|
||||||
cp -rfv ./home/.mbsyncrc ~/.mbsyncrc
|
cp -rfv ./home/.mbsyncrc ~/.mbsyncrc
|
||||||
cp -rfv ./home/.rtorrent.rc ~/.rtorrent.rc
|
cp -rfv ./home/.rtorrent.rc ~/.rtorrent.rc
|
||||||
|
# cp -rfv ./home/.elvish/ ~/.elvish/
|
||||||
cp -rfv ./home/.config/alacritty/ ~/.config/alacritty/
|
cp -rfv ./home/.config/alacritty/ ~/.config/alacritty/
|
||||||
cp -rfv ./home/.config/amfora/ ~/.config/amfora/
|
cp -rfv ./home/.config/amfora/ ~/.config/amfora/
|
||||||
cp -rfv ./home/.config/anime-downloader/ ~/.config/anime-downloader/
|
cp -rfv ./home/.config/anime-downloader/ ~/.config/anime-downloader/
|
||||||
|
@ -12,7 +12,9 @@ use math
|
|||||||
use readline-binding
|
use readline-binding
|
||||||
|
|
||||||
# Prompt
|
# Prompt
|
||||||
eval (starship init elvish)
|
if ?(command -v starship >/dev/null) {
|
||||||
|
eval (starship init elvish)
|
||||||
|
}
|
||||||
|
|
||||||
# Case-insensitive completion
|
# Case-insensitive completion
|
||||||
edit:completion:matcher[''] = [p]{ edit:match-prefix &ignore-case $p }
|
edit:completion:matcher[''] = [p]{ edit:match-prefix &ignore-case $p }
|
||||||
|
Loading…
Reference in New Issue
Block a user