Desktop setup
This commit is contained in:
commit
a7eaa7dbfb
14 changed files with 325 additions and 0 deletions
30
tasks.sh
Normal file
30
tasks.sh
Normal file
|
@ -0,0 +1,30 @@
|
|||
#!/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
|
Loading…
Add table
Add a link
Reference in a new issue