diff --git a/config/keyboard_changes.sh b/config/keyboard_changes.sh new file mode 100755 index 0000000..a6f822e --- /dev/null +++ b/config/keyboard_changes.sh @@ -0,0 +1,11 @@ +# Switch Caps and Escape + +/usr/bin/setxkbmap -option caps:swapescape + +# I need this to be only for apple devices... +/usr/bin/setxkbmap -option altwin:swap_alt_win + +# Key Repeat Rate + +# xset r rate 280 40 # Defaults +xset r rate 300 50 diff --git a/esc_caps.sh b/esc_caps.sh deleted file mode 100755 index b5452e9..0000000 --- a/esc_caps.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/bash - -# This can be added into a . file apparently, but for now - -# Switch the capslock and escape key around -/usr/bin/setxkbmap -option caps:swapescape diff --git a/install.sh b/install.sh new file mode 100755 index 0000000..e1f3505 --- /dev/null +++ b/install.sh @@ -0,0 +1,21 @@ +# This install majiggy is for something with x + +# Terminal shit +sudo apt install git zsh tmux vim neofetch wget curl gdebi parted +# Oh my zsh +sudo sh -c "$(wget https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh -O -)" +# Change default shell to zsh +sudo chsh -s /bin/zsh + +# Image viewer, music player, rss feed, etc +sudo apt install feh cmus newsboat + +# Random shit +sudo apt install gtypist +# brave-browser + +# GUI shit +sudo apt install lightdm + +# More +# dwm dmenu st lf