add debian scripts

main
sudo pacman -Syu 2021-02-18 11:06:58 +07:00
parent 1cceb8f8a2
commit 38910f91fa
1 changed files with 14 additions and 0 deletions

14
scripts/debian.sh Executable file
View File

@ -0,0 +1,14 @@
#!/usr/bin/env bash
sudo apt install build-essential \
zsh \
curl wget git \
neovim \
exa fd-find ripgrep \
openssh-server openssh-client
# https://github.com/ohmyzsh/ohmyzsh/
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
# https://github.com/romkatv/powerlevel10k#oh-my-zsh
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k