From 12caa84687e2d0f89214a9fbcb2924ec2272d1fb Mon Sep 17 00:00:00 2001 From: Eric Teunis de Boone Date: Fri, 27 Jan 2017 16:22:49 +0100 Subject: [PATCH] Updated ps1 colours for HEF --- bash/bash.d/ps1 | 4 ++-- geany/filedefs/filetypes.README | 2 ++ geany/keybindings.conf | 7 +++++++ install.conf.yaml | 3 +++ 4 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 geany/filedefs/filetypes.README create mode 100644 geany/keybindings.conf diff --git a/bash/bash.d/ps1 b/bash/bash.d/ps1 index ec6276a..9dafb76 100644 --- a/bash/bash.d/ps1 +++ b/bash/bash.d/ps1 @@ -80,7 +80,7 @@ function __prompt_command() { 'fatserf') PS1+="${Pur}\H${RCol}";; 'lilo'*) PS1+="${BWhi}\H${RCol}";; 'hg'*) PS1+="${BRed}\H${RCol}";; - 'gouda'|'bunnik'|'houten'|'zandberg'|'bussum') PS1+="${Gre}${On_Whi}HEF:${Blu}${On_Whi}\H${RCol}";; + 'gouda'|'bunnik'|'houten'|'zandberg'|'bussum'|'baarn') PS1+="${Gre}${On_Whi}HEF:${Blu}${On_Whi}\H${RCol}";; *) PS1+="${Blu}${On_Whi}\H${RCol}";; esac else @@ -120,7 +120,7 @@ function retval() { PS1="[$1] " else if [ ! $1 == 0 ]; then - PS1="${Red}×${RCol}" + PS1="${Red}x${RCol}" else PS1="${Gre}+${RCol}" fi diff --git a/geany/filedefs/filetypes.README b/geany/filedefs/filetypes.README new file mode 100644 index 0000000..2d1f679 --- /dev/null +++ b/geany/filedefs/filetypes.README @@ -0,0 +1,2 @@ +Copy files from /usr/share/geany to this directory to overwrite them. To use the defaults, just delete the file in this directory. +For more information read the documentation (in /usr/share/doc/geany/html/index.html or visit http://www.geany.org/). \ No newline at end of file diff --git a/geany/keybindings.conf b/geany/keybindings.conf new file mode 100644 index 0000000..501ef4e --- /dev/null +++ b/geany/keybindings.conf @@ -0,0 +1,7 @@ +[Bindings] +popup_gototagdefinition= +edit_transposeline=t +edit_movelineup= +edit_movelinedown= +move_tableft=Page_Up +move_tabright=Page_Down diff --git a/install.conf.yaml b/install.conf.yaml index e5a1683..00335c1 100644 --- a/install.conf.yaml +++ b/install.conf.yaml @@ -10,6 +10,9 @@ ~/.bash_profile: bash/profile ~/.gitconfig: git/gitconfig ~/.gitignore_global: git/gitignore_global + ~/.config/geany/geany.conf: geany/geany.conf + ~/.config/geany/keybindings.conf: geany/keybindings.conf + ~/.config/geany/filedefs: geany/filedefs ~/.ncmpcpp/config: ncmpcpp/config ~/.ncmpcpp/bindings: ncmpcpp/bindings ~/.profile: profile.sh