all repos

dotfiles @ a43b342

my dotfiles
1 files changed, 0 insertions(+), 7 deletions(-)
update bootstrap script
Author: Olexandr Smirnov olexsmir@gmail.com
Committed at: 2025-08-05 18:12:09 +0300
Parent: b0f7ec1
M bootstrap

@@ -27,16 +27,9 @@ done

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"