all repos

dotfiles @ 05d09d27389eeffeb977ded4cfefd294cbae2eb9

i use rach linux btw
2 files changed, 12 insertions(+), 1 deletions(-)
add bootstrap.sh
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2022-07-12 00:22:12 +0300
Authored at: 2022-07-12 00:21:25 +0300
Parent: f76c3ff
A bootstrap.sh
···
        
        1
        +# install rcm on arch by paru

      
        
        2
        +if hash paru2>/dev/null; then

      
        
        3
        +    paru -S rcm

      
        
        4
        +fi

      
        
        5
        +

      
        
        6
        +# install rcm on ubuntu

      
        
        7
        +if hash apt2>/dev/null; then

      
        
        8
        +    sudo apt install -y rcm

      
        
        9
        +fi

      
        
        10
        +

      
        
        11
        +rcup rcrc && rcup

      
M rcrc
···
        1
        
        -EXCLUDES="README.md screen.png .gitmodules"

      
        
        1
        +EXCLUDES="README.md screen.png .gitmodules bootstrap.sh"

      
        2
        2
         UNDOTTED="bin vscode"