-
Notifications
You must be signed in to change notification settings - Fork 0
/
program_list.sh
66 lines (54 loc) · 1.9 KB
/
program_list.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
PROGRAMS=(
# - SYSTEM - #
'xorg-server' # Xorg X graphic server
# - INTERFACE - #
'i3-gaps'
'i3lock-color-git'
'polybar'
'python-pywal' # Generate and change color-schemes on the fly according to your wallpaper
'dunst'
'ranger'
'ncdu' # A CLI disk usage utility
'nautilus'
'nautilus-ext-git' # Encrypted open-source password manager in Node.js
'stacer' # Linux system utilities and monitoring
# - APPLICATIONS - #
'boostnote' # Note taking app
'buttercup-desktop'
'qutebrowser' # A vim like internet browser"
'irssi' # The famous IRC client"
'task' # TaskWarrior : A command-line todo list manager
'khal' # A CLI agenda manager"
# - DEV - #
'vim'
'sublime-text-dev'
'mycli'
# - TERMINAL - #
'rxvt-unicode-pixbuf' # An URxvt version that allowed picture preview in ranger
'rxvt-unicode-terminfo'
'urxvt-perls'
'zsh'
'thefuck'
# - TOOLS - #
'arandr' # Provide a simple visual front end for XRandR
# - FONTS - #
'otf-san-francisco' # The system font for macOS, iOS, watchOS, and tvOS
'otf-fira-code'
'terminus-font' # Monospace bitmap font (for X11 and console)
'ttf-material-design-icons' # Material Design icons by Google
'ttf-font-awesome' # Iconic font designed for Bootstrap
'ttf-twemoji-color'
'ttf-font-logos'
)
TO_INSTALL=(
'github:dylanaraps/bum'
'github:x70b1/polybar-scripts/tree/master/polybar-scripts/openweathermap-fullfeatured'
)
TO_FOLLOW=(
'sway' # i3 replacement that use Wayland instead of XOrg
'oni' # Modern editor. A mix between Vim and VSCode
)
ABANDONNED=(
'luakit' #
'freshplayerplugin' # Used by luakit to render Flash.
)