mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 22:59:15 +00:00
nix!: refactored homeModules
This commit is contained in:
parent
1c48edddf4
commit
e9f8ccd2b3
50 changed files with 14 additions and 41 deletions
10
nix/homeModules/common/fish/functions/update_dotfiles.fish
Normal file
10
nix/homeModules/common/fish/functions/update_dotfiles.fish
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
function update_dotfiles
|
||||
|
||||
cd ~/.dotfiles/
|
||||
git reset --hard
|
||||
git pull --set-upstream origin main
|
||||
git submodule update --init
|
||||
prevd
|
||||
restow
|
||||
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue