You've already forked dotfiles
fix: Update for the odd pathing "fix" in the deploy script
This commit is contained in:
22
deploy.sh
22
deploy.sh
@@ -6,17 +6,17 @@
|
|||||||
|
|
||||||
# Relative path/name as keys, destination path as values
|
# Relative path/name as keys, destination path as values
|
||||||
declare -A configs=(
|
declare -A configs=(
|
||||||
["./zsh/zshrc"]="$HOME/.zshrc"
|
["zsh/zshrc"]="$HOME/.zshrc"
|
||||||
["./zsh/zsh_functions"]="$HOME/.config/zsh/zsh_functions.zsh"
|
["zsh/zsh_functions"]="$HOME/.config/zsh/zsh_functions.zsh"
|
||||||
["./zsh/zsh_aliases"]="$HOME/.config/zsh/zsh_aliases.zsh"
|
["zsh/zsh_aliases"]="$HOME/.config/zsh/zsh_aliases.zsh"
|
||||||
["./zsh/zsh_exports"]="$HOME/.config/zsh/zsh_exports.zsh"
|
["zsh/zsh_exports"]="$HOME/.config/zsh/zsh_exports.zsh"
|
||||||
["./zsh/fb-custom.zsh-theme"]="$HOME/.oh-my-zsh/custom/themes"
|
["zsh/fb-custom.zsh-theme"]="$HOME/.oh-my-zsh/custom/themes"
|
||||||
["./nvim/init.lua"]="$HOME/.config/nvim/init.lua"
|
["nvim/init.lua"]="$HOME/.config/nvim/init.lua"
|
||||||
["./nvim/lua"]="$HOME/.config/nvim/"
|
["nvim/lua"]="$HOME/.config/nvim/"
|
||||||
["./nvim/after"]="$HOME/.config/nvim/"
|
["nvim/after"]="$HOME/.config/nvim/"
|
||||||
["./nvim/snippets"]="$HOME/.config/nvim/"
|
["nvim/snippets"]="$HOME/.config/nvim/"
|
||||||
["./tmux.conf"]="$HOME/.tmux.conf"
|
["tmux.conf"]="$HOME/.tmux.conf"
|
||||||
["./wezterm/wezterm.lua"]="$HOME/.config/wezterm/wezterm.lua"
|
["wezterm/wezterm.lua"]="$HOME/.config/wezterm/wezterm.lua"
|
||||||
)
|
)
|
||||||
|
|
||||||
declare -a config_directories=(
|
declare -a config_directories=(
|
||||||
|
|||||||
Reference in New Issue
Block a user