-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackages.sh
executable file
·86 lines (75 loc) · 1.58 KB
/
packages.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
#!/bin/bash
export PKGS=(
# CPU Microde files (AMD CPU)
amd-ucode
# CPU Microde files (Intel CPU) - I have AMD -
# intel-ucode
# Xorg packages
xorg-server
xorg-xinit
xorg-xrandr
xorg-font-util
xorg-mkfontscale
# 3D support for Intel or AMD graphics
# mesa
base-devel
iproute2
# net-tools (deprecated in favor of iproute2)
# Nvidia driver packages
# nvidia
nvidia-utils
nvidia-lts # because I use lts Linux kernel
# Audio
alsa-utils # https://alsa.opensrc.org
alsa-plugins
pulseaudio
pulseaudio-alsa
pavucontrol
playerctl # https://github.com/altdesktop/playerctl
openssh
i3-gaps
# alacritty # alacritty/install.sh
git
# tmux # tmux/install.sh
# neovim # vim/install.sh
bat
jq
fzf
curl
diff-so-fancy
feh
figlet
firefox-developer-edition
flameshot
neofetch
pv
# ranger # ranger/install.sh
rofi
tldr
tree
lsd
unzip
wget
# zsh # zsh/install.sh
# python # python/install.sh
# htop # I'm using ytop-bin from AUR
# exa
# telegram-desktop
# xclip
)
export AUR=(
# nvm #Node JS Version Manager nvm/install.sh
# nerd-fonts-iosevka # Broken at 2020-06-29
ytop-bin
zenith-bin
compton-tryone-git
# vscodium-bin # vscodium/install.sh
direnv
# polybar # polybar/install.sh
#spotify # spotify/install.sh
#spicetify-cli # spotify/install.sh
# watchexec # Executes commands in response to file modifications
# mailspring
# franz
# betterlockscreen
)