dotfiles/install.sh

5 lines
72 B
Bash
Raw Normal View History

2025-04-06 20:23:01 -05:00
#!/bin/bash
2025-05-17 15:32:29 -05:00
rm .bashrc .zshrc
2025-05-17 14:55:43 -05:00
make devpod
2025-05-17 15:35:54 -05:00
echo "hello world" >/tmp/test