update
This commit is contained in:
parent
390a21dd36
commit
9ac3e09274
2 changed files with 7 additions and 3 deletions
|
|
@ -1,9 +1,12 @@
|
|||
#!/bin/bash
|
||||
rm .bashrc .zshrc .ideavirmrc .gitmodules
|
||||
sudo apt update && sudo apt install stow
|
||||
stow --adopt .
|
||||
git reset --hard
|
||||
sudo apt update
|
||||
|
||||
sudo mkdir -m 0755 /nix && sudo chown vscode /nix
|
||||
sh <(curl -L https://nixos.org/nix/install) --no-daemon
|
||||
/home/vscode/.nix-profile/bin/nix-env -iA nixpkgs.myPackages
|
||||
|
||||
cd "/home/vscode/dotfiles"
|
||||
|
||||
stow --adopt .
|
||||
git reset --hard
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue