Compare commits

..

2 commits

Author SHA1 Message Date
pull[bot]
fdfd5d2e0e
Merge pull request #250 from dmitmel/master
[pull] master from dmitmel:master
2021-05-06 14:52:23 +00:00
Dmytro Meleshko
1b38e41eec fixup! at long last, reformat all Python code with 2 space indents 2021-05-06 15:34:09 +03:00
2 changed files with 0 additions and 9 deletions

1
.gitignore vendored
View file

@ -1,3 +1,2 @@
*.pyc
node_modules/
.venv

View file

@ -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