update
This commit is contained in:
parent
9ac3e09274
commit
cd804f7bcf
2 changed files with 4 additions and 3 deletions
|
|
@ -18,7 +18,6 @@
|
||||||
bat
|
bat
|
||||||
opentofu
|
opentofu
|
||||||
helm
|
helm
|
||||||
stow
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,8 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
rm .bashrc .zshrc .ideavirmrc .gitmodules
|
rm .bashrc .zshrc .ideavirmrc .gitmodules
|
||||||
sudo apt update
|
sudo apt update && sudo apt install stow
|
||||||
|
stow --adopt .
|
||||||
|
git reset --hard
|
||||||
|
|
||||||
sudo mkdir -m 0755 /nix && sudo chown vscode /nix
|
sudo mkdir -m 0755 /nix && sudo chown vscode /nix
|
||||||
sh <(curl -L https://nixos.org/nix/install) --no-daemon
|
sh <(curl -L https://nixos.org/nix/install) --no-daemon
|
||||||
|
|
@ -9,4 +11,4 @@ sh <(curl -L https://nixos.org/nix/install) --no-daemon
|
||||||
cd "/home/vscode/dotfiles"
|
cd "/home/vscode/dotfiles"
|
||||||
|
|
||||||
stow --adopt .
|
stow --adopt .
|
||||||
git reset --hard
|
kit reset --hard
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue