From a43b3421214af7b32acbfee7f963387aeeea7e17 Mon Sep 17 00:00:00 2001 From: Olexandr Smirnov Date: Mon, 4 Aug 2025 00:28:00 +0300 Subject: [PATCH] update bootstrap script --- bootstrap | 7 ------- 1 file changed, 7 deletions(-) diff --git a/bootstrap b/bootstrap index b4bde6e..acbcd43 100755 --- a/bootstrap +++ b/bootstrap @@ -27,16 +27,9 @@ create_links_in_dir_recursively() { done } -h "$dotfilesPath/zshrc" "$HOME/.zshrc" -h "$dotfilesPath/gitconfig" "$HOME/.gitconfig" h "$dotfilesPath/tmux.conf" "$HOME/.tmux.conf" mkd "$HOME/bin/" find "$dotfilesPath/bin" -type f -exec ln -sf {} "$HOME/bin/" \; -create_links_in_dir_recursively "todo.actions.d" ".todo.actions.d" - create_links_in_dir_recursively "config" ".config" -h "$dotfilesPath/config/alacritty.yml" "$HOME/.config/alacritty.yml" -h "$dotfilesPath/config/electron-flags.conf" "$HOME/.config/electron-flags.conf" -h "$dotfilesPath/config/starship.toml" "$HOME/.config/starship.toml"