Moved all files into root folder of repository and fixed set-from-git to reflect that. I was able to get set-from-git to work without listing all the dotfiles, but it didn't work as planned due to swp files, git folder and others; it's just easier and cleaner to list out the files.
8 lines
215 B
Plaintext
8 lines
215 B
Plaintext
if [ "$(hostname)" == "X1-Carbon" ]; then
|
|
xmodmap -e "keycode 9 = Escape"
|
|
xmodmap -e "keycode 22 = Home"
|
|
xmodmap -e "keycode 119 = End"
|
|
xmodmap -e "keycode 110 = Delete"
|
|
xmodmap -e "keycode 115 = BackSpace"
|
|
fi
|