diff --git a/.gitignore b/.gitignore index 5ee376a..0e47e03 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,2 @@ *.pyc node_modules/ -.venv \ No newline at end of file diff --git a/install.sh b/install.sh deleted file mode 100755 index 22b40ad..0000000 --- a/install.sh +++ /dev/null @@ -1,8 +0,0 @@ -sudo hostname KeanuCodespaces -rm -rf ~/.oh-my-zsh -sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" "" --unattended -git clone https://github.com/keanuplayz/dotfiles ~/.dotfiles -echo "source ~/.dotfiles/zsh/zshrc" >> ~/.zshrc -pip install colorama psutil distro -echo "zsh" >> ~/.bashrc -source ~/.bashrc \ No newline at end of file