12 lines
No EOL
282 B
Bash
12 lines
No EOL
282 B
Bash
#!/usr/bin/env bash
|
|
|
|
sudo eopkg it -y rsync zsh neovim ripgrep git powerline-fonts simple-scan
|
|
chsh -s $(which zsh)
|
|
|
|
cp /mnt/vmshare/.aliases ~/
|
|
cp /mnt/vmshare/.bashrc ~/
|
|
cp /mnt/vmshare/.bash_profile ~/
|
|
cp /mnt/vmshare/.zshrc ~/
|
|
cp /mnt/vmshare/.zsh_tlc ~/
|
|
|
|
# Add zsh prompt setup |