Merge branch 'master' of ssh://git.doggoat.de:42/dhalucario/devconf
This commit is contained in:
commit
9b99a0ca82
3 changed files with 26 additions and 0 deletions
2
.ideavimrc
Normal file
2
.ideavimrc
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
let mapleader=" "
|
||||||
|
set easymotion
|
|
@ -9,3 +9,5 @@ export GID=$(id -g)
|
||||||
|
|
||||||
export PATH=$PATH:~/.local/bin:~/bin:
|
export PATH=$PATH:~/.local/bin:~/bin:
|
||||||
export PATH=$PATH:$(composer global config bin-dir --absolute -q)
|
export PATH=$PATH:$(composer global config bin-dir --absolute -q)
|
||||||
|
|
||||||
|
export EDITOR=xvim
|
||||||
|
|
22
install.sh
Normal file
22
install.sh
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
echo 'Starting installation'
|
||||||
|
sudo dnf install -y \
|
||||||
|
git zsh vim-enhanced tig \
|
||||||
|
guake gvim firefox thunderbird keepassxc filezilla telegram-desktop nextcloud-client libreoffice lpf-spotify-client teamviewer flameshot \
|
||||||
|
gnome-tweak-tool pavucontrol ibus-uniemoji xsel apache-ant \
|
||||||
|
mpv xt7-player-mpv \
|
||||||
|
docker-ce docker-compose \
|
||||||
|
php-cli php-json php-mysqli php-zip php-xml php-mbstring php-xdebug mysql wp-cli java
|
||||||
|
|
||||||
|
echo 'Switching shell to zsh'
|
||||||
|
chsh -s $(which zsh)
|
||||||
|
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
|
||||||
|
|
||||||
|
cd ~
|
||||||
|
mkdir workspace
|
||||||
|
cd workspace
|
||||||
|
git clone https://git.doggoat.de/dhalucario/devconf.git
|
||||||
|
git submodule update --init --recusive
|
||||||
|
rm README.md.html
|
||||||
|
cp * ../
|
||||||
|
cp .* ../
|
||||||
|
vim +PlugInstall +qall
|
Loading…
Reference in a new issue