mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 00:40:44 +02:00
update bootstrap script
This commit is contained in:
parent
b0f7ec11ee
commit
a43b342121
1 changed files with 0 additions and 7 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue