update bootstrap script

olexsmir.xyz a43b3421 b0f7ec11

verified
Changed files
-7
-7
bootstrap
··· 27 27 done 28 28 } 29 29 30 - h "$dotfilesPath/zshrc" "$HOME/.zshrc" 31 - h "$dotfilesPath/gitconfig" "$HOME/.gitconfig" 32 30 h "$dotfilesPath/tmux.conf" "$HOME/.tmux.conf" 33 31 34 32 mkd "$HOME/bin/" 35 33 find "$dotfilesPath/bin" -type f -exec ln -sf {} "$HOME/bin/" \; 36 - 37 - create_links_in_dir_recursively "todo.actions.d" ".todo.actions.d" 38 34 39 35 create_links_in_dir_recursively "config" ".config" 40 - h "$dotfilesPath/config/alacritty.yml" "$HOME/.config/alacritty.yml" 41 - h "$dotfilesPath/config/electron-flags.conf" "$HOME/.config/electron-flags.conf" 42 - h "$dotfilesPath/config/starship.toml" "$HOME/.config/starship.toml"