forked from geerlingguy/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathtodo
106 lines (77 loc) · 1.94 KB
/
todo
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
95
96
97
98
99
100
101
102
103
104
105
#flatpak
afiy flatpack
afiy gnome-software-plugin-flatpak
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
restart
# gnome-extension-manager
flatpak install flathub com.mattjakeman.ExtensionManager #add --yes somehow
#extensions
tophat
hide top bar
#gen 7 only - lap mode disabled
https://gist.github.com/sylvainfaivre/512fe8c171582caca3cabaed023188b4
#tophat
afiy chrome-gnome-shell gir1.2-gtop-2.0
https://extensions.gnome.org/extension/5219/tophat/
# numix solarized light and dark
just set term colors to "use system theme" and you're good to go
# nvim
afiy neovim
add
```
mkdir -p ~/.config/nvim/
cat <<EOF > ~/.config/nvim/init.vim
set runtimepath^=~/.vim runtimepath+=~/.vim/afterccc
let &packpath=&runtimepath
source ~/.vimrc
EOF
```
to ~/.config/nvim/init.vim
# magical paste buffer
copyq
# authy desktop
sudo snap install authy
# slack
snap install slack
# perfmon
#8gb swap
sudo fallocate -l 8G /swapfile1
sudo chmod 600 /swapfile1
sudo mkswap /swapfile1
sudo swapon /swapfile1
sudo cp /etc/fstab /etc/fstab.bak
echo '/swapfile1 none swap sw 0 0' | sudo tee -a /etc/fstab
echo 'vm.swappiness = 15' | sudo tee -a /etc/sysctl.conf
sudo sysctl -p
#old stuff
install sops - github .deb
install hub
github credentials for hub
install kustomize to .local/bin
apt-fast install -y tree ack jq p7zip pavucontrol xclip
gtile gnome extension
6x4
docker (from setup script)
$ curl -fsSL https://get.docker.com -o get-docker.sh
$ sudo sh get-docker.sh
docker add user to group
sudo usermod -aG docker $USER
hide top bar gnome extension
swap capslock
(gnome tweaks works), found it with dconf watch but cant get it to set
or set xkboptions on login caps:swap
use gnometweaks
#done
#kubectl
asdf plugin-add kubectl
asdf install kubectl 1.21.14
asdf global kubectl 1.21.14
# skaffold
asdf
#node
nodejs
# awsume
pip3 install --upgrade pip
python3 -m pip install --user pipx
python3 -m pipx ensurepath
pipx install awsume