mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
Compare commits
7 commits
fdfd5d2e0e
...
e2a7a13222
Author | SHA1 | Date | |
---|---|---|---|
e2a7a13222 | |||
0809e03363 | |||
1ae2e1bfcc | |||
cc4aa3ab52 | |||
35dfa8d184 | |||
f3ed9af843 | |||
|
fcf01bf6a9 |
3 changed files with 9 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,2 +1,3 @@
|
|||
*.pyc
|
||||
node_modules/
|
||||
.venv
|
8
install.sh
Executable file
8
install.sh
Executable file
|
@ -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
|
|
@ -1 +0,0 @@
|
|||
Indent 4
|
Loading…
Add table
Add a link
Reference in a new issue