aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authorMiquel Sabaté <mikisabate@gmail.com>2014-12-10 16:40:10 +0100
committerMiquel Sabaté <mikisabate@gmail.com>2014-12-10 16:40:10 +0100
commitc1eeaa6484693bdc7f50d3c5d55fe24c30e532a1 (patch)
treeb11c199e05cd00478942f4d22325c8c3b9cf0c14 /install.sh
parentfccc5e73a5037de413254b27f6fca72660d96e60 (diff)
downloaddotfiles-c1eeaa6484693bdc7f50d3c5d55fe24c30e532a1.tar.gz
dotfiles-c1eeaa6484693bdc7f50d3c5d55fe24c30e532a1.zip
kte: added .kateconfig files.
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/install.sh b/install.sh
index edb5a0f..c360913 100755
--- a/install.sh
+++ b/install.sh
@@ -32,6 +32,14 @@ cp -rf vim $HOME/.vim
cp vimrc $HOME/.vimrc
vim +PluginInstall +qall
+# Update the style for KTE users (KWrite, Kate, KDevelop & Kile). Note that
+# there are two configs: the global one and the KDE one. The KDE one assumes
+# that all your KDE projects are stored in the `$HOME/Projects/kde` directory.
+# The global one is installed in the $HOME directory.
+mkdir -p $HOME/Projects/kde
+cp kte/kde.kateconfig $HOME/Projects/kde/.kateconfig
+cp kte/global.kateconfig $HOME/.kateconfig
+
# Download and install the g utility
cd /tmp
rm -rf g