chore: cleanup unused scripts

main
Tran Hau 2021-04-02 16:18:08 +07:00
parent 21baba285e
commit c86fe4852c
4 changed files with 0 additions and 52 deletions

View File

@ -1,12 +0,0 @@
#!/usr/bin/env bash
sudo apt install \
build-essential \
zsh \
curl wget git \
neovim tmux \
exa fd-find ripgrep \
openssh-server openssh-client \
python3 python3-venv nodejs npm \
podman \
neofetch

View File

@ -1,12 +0,0 @@
#!/usr/bin/env bash
sudo dnf install \
util-linux-user tar \
zsh \
curl wget git \
neovim tmux \
exa bat fd-find ripgrep git-delta \
openssh \
golang python3 nodejs \
podman \
neofetch

View File

@ -1,18 +0,0 @@
#!/usr/bin/env bash
# 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
# https://github.com/junegunn/fzf#using-git
git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf
~/.fzf/install
# https://github.com/junegunn/vim-plug
sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'
# https://golangci-lint.run/usage/install/#local-installation
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.37.1

View File

@ -1,10 +0,0 @@
#!/usr/bin/env bash
git clone https://github.com/haunt98/dotfiles.git ~/go/src/github.com/haunt98/dotfiles
git clone https://github.com/haunt98/til.git ~/go/src/github.com/haunt98/til
git clone https://github.com/haunt98/gitu.git ~/go/src/github.com/haunt98/gitu
git clone https://github.com/haunt98/changeloguru.git ~/go/src/github.com/haunt98/changeloguru
git clone https://github.com/haunt98/license.git ~/go/src/github.com/haunt98/license
git clone https://github.com/haunt98/converter.git ~/go/src/github.com/haunt98/converter
git clone https://github.com/haunt98/leetcode.git ~/go/src/github.com/haunt98/leetcode
git clone https://github.com/haunt98/advent-of-code.git ~/go/src/github.com/haunt98/advent-of-code