Move Arch files

This commit is contained in:
Michael Campagnaro 2016-12-11 23:53:36 -05:00
parent e457a2d390
commit 416cdb92d3
9 changed files with 26 additions and 5 deletions

View File

@ -88,6 +88,9 @@ Plugin {
Button {
id=/usr/share/applications/spotify.desktop
}
Button {
id=/usr/share/applications/discord-canary.desktop
}
Button {
id=menu://applications/chrome-apps/chrome-hmjkmjkepdijhoojdojkdfohbdgmmhki-Default.desktop
}

View File

@ -105,7 +105,7 @@
type = Terminal
uuid = 41f364c3-36b4-4af5-b999-2b2141b85319
[[[terminal8]]]
command = lein dev-css; zsh
command = htop; zsh
directory = /home/michael/.work-files/dive-networks/dive-web-app/
order = 0
parent = child7
@ -113,7 +113,7 @@
type = Terminal
uuid = 5e14119d-8778-4226-a424-b9c5eca80292
[[[terminal9]]]
command = watch free -h; zsh
command = lein dev-css; zsh
directory = /home/michael/.work-files/dive-networks/dive-web-app/
order = 1
parent = child7

View File

@ -0,0 +1,5 @@
To install these services first link them to `/etc/systemd/system/`
Next, run `systemctl enable <script-name>.serivoce`
And then finally you can force start with `systemctl start <script-name>.service`

View File

@ -0,0 +1,8 @@
[Unit]
Description=Remaps the keyboard using xmodmap
[Service]
ExecStart=/home/michael/bin/remap-keyboard.sh
[Install]
WantedBy=multi-user.target

2
linux/bin/remap-keyboard.sh Executable file
View File

@ -0,0 +1,2 @@
#!/bin/sh
xmodmap $HOME/.Xmodmap

View File

@ -7,7 +7,12 @@
# Setup Arch
* Lots to do but unfortunately I didn't write it all down!
* Full disk encryption with Veracrypt
* Store /tmp in RAM
* Move browser cache directories to /tmp as a means of reducing file writes on SSD
* Fix fonts by placing the following XML into `/etc/fonts/conf.avail/29-prettify.conf`
and then symlinking: `ln -s /etc/fonts/conf.avail/29-prettify.conf /etc/fonts/conf.d/29-prettify.conf`
@ -90,5 +95,3 @@ Vim might not work properly when writing commit messages. To fix, run:
$ git config --global core.editor /usr/bin/vim