-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathexamples.sysc
66 lines (48 loc) · 1.25 KB
/
examples.sysc
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
[lib]
import os
import sys
def get_os():
pass
def distrio():
pass
[installs]
essentials: sudo apt install
git
vim
autokey-gtk
silversearcher-ag
kitty
gawk
xclip
tmux
gnome-disk-utility
cryptsetup
build-essential
dconf-editor
ripgrep
xdotool # for keybinds and tdrop
luarocks
cmake
libterm-readkey-perl
expect
_ -> essentials: git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
files -> essentials: git clone do.naddeo.org:~/git/files ~/files
dot_files -> files: ln -fs
~/files/conf/Code ~/.config/Code
~/files/conf/autokey ~/.config/autokey
~/files/conf/.ctags ~/.ctags
~/files/conf/.gitconfig ~/.gitconfig
~/files/conf/.tmux.conf ~/.tmux.conf
~/files/conf/.toprc ~/.toprc
~/files/conf/.xbindkeysrc ~/.xbindkeysrc
~/files/conf/.Xmodmap ~/.Xmodmap
~/files/conf/kitty.conf ~/.config/kitty/kitty.conf
~/files/conf/.vimrc ~/.vimrc
~/files/conf/ftplugin ~/.vim/ftplugin
~/files/conf/syntax ~/.vim/syntax
[installs.python]
# How to make this automatically depend on the other apt things? Too obvious
pipx: sudo apt install pipx
pyenv: curl https://pyenv.run | bash
-> pyenv: pyenv install 3.7 3.8 3.9 3.10
pipx install poetry