-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstall.sh
45 lines (32 loc) · 855 Bytes
/
install.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
brew install stow
brew install neovim
brew install starship
brew install tmux
brew install lazygit
brew install imagemagick
brew install derailed/k9s/k9s
brew install ripgrep
sudo apt isntall i3-wm
sudo apt install suckless-tools
sudo apt install polybar
sudo apt install keychain
sudo apt install xclip
sudo apt install maim
sudo apt install snapd
sudo apt install dunst
# terminator
sudo add-apt-repository ppa:mattrose/terminator
sudo apt-get update
sudo apt install terminator
sudo apt install feh
sudo apt install fzf
sudo snap install aws-cli --classic
sudo snap install dbeaver-ce
sudo snap install kubectl --classic
cargo install repgrep
# install picom from source
# next branch
# https://github.com/yshui/picom
#install i3lock-color from source
# https://github.com/Raymo111/i3lock-color
sudo apt-get install pkg-config libssl-dev