forked from yoshuawuyts/dotfiles-linux-2019
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.toml
65 lines (64 loc) · 3.05 KB
/
manifest.toml
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
[ dependencies ]
base = [
"apache-tools", # Create .htaccess files
"acpi_call", # Thinkpad power management
"alsa-utils", # ALSA CLI control
"arc-theme", # GTK theme
"bind-tools", # DNS utils like dig(1)
"cronie", # Crontab
"ethtool", # Disable Wake On LAN
"gpsd", # get lat,long coordinates
"guvcview", # Webcam application
"gdb", # Gnu Debugger
"gvim", # Editor
"iftop", # Network monitor
"net-tools", # Network tooling
"nautilus", # File Manager
"nodejs-material-design-icons", # Icon set
"noto-fonts-emoji", # Emoji font
"perf", # perf command
"python-pip", # Python package manager
"playerctl", # Pulse audio CLI control
"powertop", # Monitor power consumption
"python-neovim", # Python support for Neovim
"rr", # Reverse Debugging
"smartmontools", # disk drive health info
"sysstat", # performance monitoring tools
"tlp", # Linux power management
"tp_smapi", # Thinkpad power management
"ttf-freefont", # Base unicode symbols
"wpa_actiond", # Auto connect to wifi
"x86_energy_perf_policy", # Tune power CPU power saving
"xbindkeys", # Figure out the XF86 names for keys
"xcolor", # Color picker
"xdotool", # Send key commands to an open app
]
aur = [
"apvlv", # PDF viewer
"bcc", # eBPF tools
"bcc-tools", # eBPF tools
"bingrep", # Inspect binaries
"consolas-font", # Consolas font
"dropbox", # File storage
"zsh-fast-syntax-highlighting",
"history-search-multi-word-git",
"zsh-autosuggestions",
"hyperfine", # Benchmark arbitrary things
"flamegraph-git", # Tools to generate flamegraphs from perf(1)
"google-drive-ocamlfuse", # Google Drive client
"noto-main", # Noto fonts
"mininet", # Network emulator
"obs-linuxbrowser", # OBS Plugin Overlay
"opensnitch-git", # Little Snitch
"peek-git", # Gif recorder
"perf-tools", # Scripts to measure performance
"python-bcc", # eBPF tools
"python2-bcc", # eBPF tools
"rofi-dmenu", # Symlink rofi to dmenu
"shotcut", # Video editor
"screenkey-git", # Show keys on screen
"teiler-git", # Screenshot / screencast tool
"tzupdate", # Auto set timezone
"wrk" # Benchmarking tool
"xkbset", # Toggle keys
]