all repos

dotfiles @ a43b342

i use rach linux btw
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
Authored at: 2025-08-04 00:28:00 +0300
Parent: b0f7ec1
M 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"