update
This commit is contained in:
parent
f56756fe0c
commit
ef7d7e9891
1 changed files with 5 additions and 3 deletions
|
|
@ -1,4 +1,6 @@
|
|||
#!/bin/bash
|
||||
rm .bashrc .zshrc
|
||||
make devpod
|
||||
echo "hello world" >/tmp/test
|
||||
rm .bashrc .zshrc .ideavirmrc .gitmodules
|
||||
sudo apt update && sudo apt install stow
|
||||
stow --adopt .
|
||||
git reset --hard
|
||||
nix-env -iA nixpkgs.myPackages
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue