mirror of
https://github.com/kevinveenbirkenbach/linux-image-manager.git
synced 2024-11-22 15:11:04 +01:00
Implemented xkeybindings in .profile
This commit is contained in:
parent
73a5716bca
commit
c59a9eddc7
@ -6,6 +6,8 @@
|
|||||||
# shellcheck source=/dev/null # Deactivate SC1090
|
# shellcheck source=/dev/null # Deactivate SC1090
|
||||||
source "$(dirname "$(readlink -f "${0}")")/base.sh"
|
source "$(dirname "$(readlink -f "${0}")")/base.sh"
|
||||||
echo "Start setup of customized core software..."
|
echo "Start setup of customized core software..."
|
||||||
|
echo "Copying templates to home folder..."
|
||||||
|
cp -rfv "$TEMPLATE_PATH/." $HOME
|
||||||
echo "Synchronising packages..."
|
echo "Synchronising packages..."
|
||||||
echo "Synchronizing programing language interpreters..."
|
echo "Synchronizing programing language interpreters..."
|
||||||
sudo pacman --needed -S jdk11-openjdk python php
|
sudo pacman --needed -S jdk11-openjdk python php
|
||||||
@ -30,7 +32,6 @@ fi
|
|||||||
echo "Synchronizing gui tools..."
|
echo "Synchronizing gui tools..."
|
||||||
sudo pacman --needed -S gnome-shell-extensions xbindkeys
|
sudo pacman --needed -S gnome-shell-extensions xbindkeys
|
||||||
echo "->Setting up key bindings..."
|
echo "->Setting up key bindings..."
|
||||||
cp -fv "$TEMPLATE_PATH/.xbindkeysrc" $HOME
|
|
||||||
xbindkeys --poll-rc
|
xbindkeys --poll-rc
|
||||||
echo "->Install NASA picture of the day GNOME extension..."
|
echo "->Install NASA picture of the day GNOME extension..."
|
||||||
git clone https://github.com/Elinvention/gnome-shell-extension-nasa-apod.git "$HOME/.local/share/gnome-shell/extensions/nasa_apod@elinvention.ovh"
|
git clone https://github.com/Elinvention/gnome-shell-extension-nasa-apod.git "$HOME/.local/share/gnome-shell/extensions/nasa_apod@elinvention.ovh"
|
||||||
|
3
templates/.profile
Normal file
3
templates/.profile
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
export QT_QPA_PLATFORMTHEME="qt5ct"
|
||||||
|
export EDITOR=/usr/bin/nano
|
||||||
|
xbindkeys &
|
Loading…
Reference in New Issue
Block a user