diff --git a/.gitignore b/.gitignore index 0e47e03..5ee376a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ *.pyc node_modules/ +.venv \ No newline at end of file diff --git a/install.sh b/install.sh new file mode 100755 index 0000000..22b40ad --- /dev/null +++ b/install.sh @@ -0,0 +1,8 @@ +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 diff --git a/nvim/after/ftplugin/python.vim b/nvim/after/ftplugin/python.vim deleted file mode 100644 index e10ab03..0000000 --- a/nvim/after/ftplugin/python.vim +++ /dev/null @@ -1 +0,0 @@ -Indent 4