-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvars.yml
94 lines (85 loc) · 1.74 KB
/
vars.yml
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
87
88
89
90
91
92
93
94
username: guy
home_directories:
- bin
- code
- code/gls
packages:
# headed machine
- alacritty
- firefox
- gimp
- gparted
- mpv
- wl-clipboard
- nut # UPS monitor
# dependencies # needed for:
- xrandr # Slay the Spire
- libappindicator-gtk3 # discord?
# sway wm
- dunst # notifications
- sway
- swayidle
- swaylock
- waybar
- nm-connection-editor
- playerctl # control multimedia CLI
- NetworkManager-tui
- pavucontrol # control audio
# work
- pre-commit
- ansible
- podman
- asciidoctor
- python3-dev # for dynolabs
# tools
- bat # better cat
- fish # better bash
- fzf # fuzzy find tool
- git # better svn
- gitk # git GUI
- hugo # static site renderer
- tig # curses git viewer
- httpie # better curl
- hwinfo
- jid # json incremental digger
- mosh # better ssh
# - neovim # better vim
- nodejs
- nnn # better ranger
# - pamix # pulseaudio CLI mixer
- sc # CLI spreadsheets
- tmux # better screen
- vim # better emacs
- w3m
- youtube-dl
- zathura # pdf viewer
- zathura-plugins-all
- zathura-fish-completion
- fuse-sshfs
- lm_sensors
- util-linux-user # provides chsh
# system monitors
- s-tui
- htop
rpmfusion_packages:
- discord
- librtmp # needed for Loop Hero
- steam
dotfiles_repo: "https://github.com/gjbianco/dotfiles"
dotfiles_repo_local_destination: "~/bin/dotfiles"
dotfiles_files:
- .config/bat
- .config/fish/
# - .config/lf
# - .config/neomutt
- .config/nvim
- .config/sway
- .config/waybar
- .config/alacritty/
- .ansible.cfg
- .editorconfig
- .gitconfig
- .gitignore_global
- .tmux.conf
- .vimrc
- .vale.ini