Added some more keyboard adjustments, and some of the tools I install
parent
78df83df79
commit
8f477dec8a
@ -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
|
||||||
@ -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
|
|
||||||
@ -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
|
||||||
Loading…
Reference in New Issue