-
Notifications
You must be signed in to change notification settings - Fork 5
/
TODO.txt
53 lines (34 loc) · 1.52 KB
/
TODO.txt
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
# https://gist.github.com/freizl/3246474#file-xmonad-desktop-L1
setxkbmap -option "ctrl:nocaps,compose:ralt"
# λ xinput list --name-only | grep -m1 Touchpad | xargs -I% xinput list --id-only '%'
# 13
xinput --set-prop 13 "libinput Accel Speed" 1
xinput --set-prop 13 "libinput Tapping Enabled" 1
sudo apt install curl git
sh <(curl -L https://nixos.org/nix/install) --daemon
echo "export NIX_PATH=$HOME/.nix-defexpr/channels:/nix/var/nix/profiles/per-user/root/channels${NIX_PATH:+:$NIX_PATH}" >>~/.bashrc
mkdir -p ~/.config/nix
echo "experimental-features = flakes nix-command" >>~/.config/nix/nix.conf
nix-channel --add https://github.com/nix-community/home-manager/archive/release-21.11.tar.gz home-manager
nix-channel --update
nix-shell '<home-manager>' -A install
rmdir ~/.local/share/applications
ln -s ~/.nix-profile/share/applications ~/.local/share/
# nix profile install nixpkgs#direnv
sudo apt install direnv -y
direnv allow
sudo snap install zoom-client
# Fix/replace xbacklight
# programs.ssh and/or this ~/.ssh/config
# Host 10.*.*.*
# LogLevel QUIET
# StrictHostKeyChecking accept-new
# UserKnownHostsFile /dev/null
sudo apt install i3lock xmonad -y
sudo hostnamectl set-hostname MSP1-LINUX-(sudo dmidecode -s system-serial-numb
xrandr --output eDP-1 --scale '2'
systemctl --user restart random-background.service
sudo apt remove gnome-remote-desktop evince -y
sudo apt autoremove -y
sudo apt autoclean -y
echo '{"ServerURL": "...", "Username": "...", "Secret": "'$(pass ...)'"}' | docker-credential-pass store