Merge branch 'master' of ssh://git.doggoat.de:42/dhalucario/devconf
This commit is contained in:
commit
0f50309288
3 changed files with 26 additions and 6 deletions
3
.vimrc
3
.vimrc
|
@ -23,9 +23,6 @@ Plug 'dense-analysis/ale'
|
|||
" Better HTML PHP support
|
||||
Plug 'beanworks/vim-phpfmt'
|
||||
|
||||
" Guten Tag: Automatically generates ctags (variable names, function, classes)
|
||||
Plug 'ludovicchabant/vim-gutentags'
|
||||
|
||||
" php.vim: PHP syntax higlighting and indent
|
||||
Plug 'StanAngeloff/php.vim'
|
||||
|
||||
|
|
|
@ -11,3 +11,19 @@ export PATH=$PATH:~/.local/bin:~/bin:
|
|||
export PATH=$PATH:$(composer global config bin-dir --absolute -q)
|
||||
|
||||
export EDITOR=vim
|
||||
|
||||
export LANG="en_US.UTF-8"
|
||||
export LANGUAGE="en_US"
|
||||
export LC_CTYPE="de_DE.UTF-8"
|
||||
export LC_NUMERIC="de_DE.UTF-8"
|
||||
export LC_TIME="de_DE.UTF-8"
|
||||
export LC_COLLATE="de_DE.UTF-8"
|
||||
export LC_MONETARY="de_DE.UTF-8"
|
||||
export LC_MESSAGES="de_DE.UTF-8"
|
||||
export LC_PAPER="de_DE.UTF-8"
|
||||
export LC_NAME="de_DE.UTF-8"
|
||||
export LC_ADDRESS="de_DE.UTF-8"
|
||||
export LC_TELEPHONE="de_DE.UTF-8"
|
||||
export LC_MEASUREMENT="de_DE.UTF-8"
|
||||
export LC_IDENTIFICATION="de_DE.UTF-8"
|
||||
export LC_ALL="de_DE.UTF-8"
|
||||
|
|
13
install.sh
13
install.sh
|
@ -9,9 +9,16 @@ sudo dnf install -y \
|
|||
|
||||
echo 'Installing base packages...'
|
||||
sudo dnf install -y \
|
||||
needrestart \
|
||||
git tig which util-linux-user zsh vim-enhanced \
|
||||
php-cli php-json php-mysqli php-zip php-xml php-mbstring php-xdebug mysql wp-cli composer java
|
||||
git which util-linux-user vim-enhanced \
|
||||
|
||||
#echo 'Install fancy programming stuff...'
|
||||
#sudo dnf install -y \
|
||||
# tig zsh \
|
||||
# php-cli php-json php-mysqli php-zip php-xml php-mbstring php-xdebug mysql wp-cli composer java
|
||||
|
||||
#echo 'Install locale...'
|
||||
#sudo dnf install -y \
|
||||
# langpacks-de
|
||||
|
||||
#echo 'Install my desktop stuff...'
|
||||
# awesome dex-autostart pavucontrol
|
||||
|
|
Loading…
Reference in a new issue