chore: cleanup unused scripts
parent
21baba285e
commit
c86fe4852c
|
@ -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
|
|
@ -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
|
|
@ -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
|
|
@ -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
|
Loading…
Reference in New Issue