8 lines
75 B
Bash
8 lines
75 B
Bash
#!/bin/bash
|
|
|
|
git pull
|
|
|
|
cp -r home-manager/ ~/.config/
|
|
|
|
home-manager switch
|