Merge branch 'master' of ssh://git.doggoat.de:42/dhalucario/devconf
This commit is contained in:
commit
79655efc1f
3 changed files with 20 additions and 5 deletions
|
@ -54,3 +54,9 @@
|
|||
;; they are implemented.
|
||||
|
||||
(setq projectile-project-search-path '("~/workspace"))
|
||||
|
||||
(setq sql-mysql-login-params
|
||||
'((user :default "application")
|
||||
(database :default "application")
|
||||
(server :default "127.0.0.1")
|
||||
(port :default 3305)))
|
||||
|
|
5
.gitconfig
Normal file
5
.gitconfig
Normal file
|
@ -0,0 +1,5 @@
|
|||
[user]
|
||||
name = Leon Grünewald
|
||||
email = leon.gruenewald@kreativrudel.de
|
||||
[diff]
|
||||
tool = vimdiff
|
14
install.sh
14
install.sh
|
@ -8,15 +8,15 @@ sudo dnf install -y \
|
|||
https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm
|
||||
|
||||
echo 'Enabling Cisco openh264'
|
||||
# sudo dnf config-manager --set-enabled fedora-cisco-openh264
|
||||
sudo dnf config-manager --set-enabled fedora-cisco-openh264
|
||||
|
||||
echo 'Installing base packages...'
|
||||
sudo dnf install -y \
|
||||
git which util-linux-user vim-enhanced
|
||||
git zsh which util-linux-user vim-enhanced
|
||||
|
||||
#echo 'Install fancy programming stuff...'
|
||||
#sudo dnf install -y \
|
||||
# tig zsh \
|
||||
# tig \
|
||||
# php-cli php-json php-mysqli php-zip php-xml php-mbstring php-xdebug mysql wp-cli composer java
|
||||
|
||||
#echo 'Install locale...'
|
||||
|
@ -27,9 +27,13 @@ sudo dnf install -y \
|
|||
#sudo dnf install -y \
|
||||
# awesome dex-autostart pavucontrol
|
||||
|
||||
#echo 'Installing graphical applications...'
|
||||
echo 'Installing graphical applications...'
|
||||
sudo dnf install -y \
|
||||
guake firefox keepassxc nextcloud-client
|
||||
|
||||
#echo 'Installing extended graphical applications...'
|
||||
#sudo dnf install -y \
|
||||
# guake gvim firefox thunderbird keepassxc filezilla telegram-desktop nextcloud-client libreoffice lpf-spotify-client \
|
||||
# gvim thunderbird filezilla telegram-desktop libreoffice lpf-spotify-client \
|
||||
# flameshot ibus-uniemoji xsel mpv xt7-player-mpv
|
||||
|
||||
#echo 'Install work packages'
|
||||
|
|
Loading…
Reference in a new issue