33 lines
No EOL
1.1 KiB
Bash
33 lines
No EOL
1.1 KiB
Bash
#!/bin/sh
|
|
|
|
# add a check for .files
|
|
|
|
./.files/install --config ~/.files/install.conf.yaml
|
|
|
|
sudo pip3 install ansible
|
|
|
|
# Patch ansible/modules/net_tools/nmcli.py https://raw.githubusercontent.com/torvitas/ansible/4945040510ff0c38e03ae0e06dec0909418d3dc4/lib/ansible/modules/net_tools/nmcli.py
|
|
|
|
sudo mdadm --stop /dev/md127
|
|
sudo mdadm --assemble /dev/md0 --name=kudos --update=name /dev/sd[bcdef]
|
|
sudo mdadm --detail --scan >> /etc/mdadm/mdadm.conf
|
|
# write mdadm stuff to initramfs
|
|
sudo update-initramfs -u -k all
|
|
|
|
sudo ansible-playbook -i hosts kudos.yml
|
|
|
|
|
|
|
|
> sudo add-apt-repository ppa:appimagelauncher-team/stable
|
|
> sudo apt update
|
|
> sudo apt install appimagelauncher
|
|
|
|
https://plexamp.plex.tv/plexamp.plex.tv/desktop/Plexamp-3.0.1.AppImage
|
|
|
|
alsamixer for low steelseries audio volume
|
|
|
|
# Add key to keychain
|
|
SSH_ASKPASS=/usr/libexec/seahorse/ssh-askpass ssh-add id_rsa </dev/null
|
|
|
|
# fix white corners on firefox
|
|
# This can make videos transparent. It's better to turn on hardware acceleration with gfx.webrender.all or layers.acceleration.force-enabled to make the white corners transparent. |