Move Arch files
This commit is contained in:
parent
e457a2d390
commit
416cdb92d3
|
@ -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
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
5
linux/arch/systemd/readme.md
Normal file
5
linux/arch/systemd/readme.md
Normal 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`
|
8
linux/arch/systemd/remapKeyboard.service
Normal file
8
linux/arch/systemd/remapKeyboard.service
Normal 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
2
linux/bin/remap-keyboard.sh
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
xmodmap $HOME/.Xmodmap
|
|
@ -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
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user