Skip to content

Commit

Permalink
Added keyboard conf to have two ctrl insted of one caps lock
Browse files Browse the repository at this point in the history
  • Loading branch information
svg153 committed Sep 23, 2016
1 parent 0aac33f commit ed09cd8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
10 changes: 10 additions & 0 deletions keyboard
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# KEYBOARD CONFIGURATION FILE

# Consult the keyboard(5) manual page.

XKBMODEL="pc105"
XKBLAYOUT="es"
XKBVARIANT="winkeys"
XKBOPTIONS="ctrl:nocaps"

BACKSPACE="guess"
10 changes: 6 additions & 4 deletions run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,26 +15,28 @@ rm ~/.zshrc
ln -s ./.zshrc ~/.zshrc


# config keyboard
sudo rm /etc/default/keyboard
sudo ln -s ~/REPOSITORIOS/configLinux/keyboard /etc/default/keyboard


# For themes
sudo apt-get install unity-tweak-tool

# install numix icon pack for ubuntu
# install numix icon pack for ubuntu
# http://www.ubuntufree.com/download-numix-theme/
sudo add-apt-repository ppa:numix/ppa
sudo apt-get update
sudo apt-get install numix-gtk-theme numix-icon-theme-circle numix-icon-theme-shine

# install paper icon pack for ubuntu
# install paper icon pack for ubuntu
# https://itsfoss.com/best-icon-themes-ubuntu-16-04/
sudo add-apt-repository ppa:snwh/pulp
sudo apt-get update
sudo apt-get install paper-gtk-theme paper-icon-theme

# install icon shadow pack for ubuntu
# install icon shadow pack for ubuntu
# https://itsfoss.com/best-icon-themes-ubuntu-16-04/
sudo add-apt-repository ppa:noobslab/icons
sudo apt-get update
sudo apt-get install shadow-icon-theme

0 comments on commit ed09cd8

Please sign in to comment.