Minor fixes

main
Steffen Rademacker 3 years ago
parent f2151fef38
commit 5fc0b6bbe0

@ -39,8 +39,7 @@ pip3 install neovim
curl -Ls https://raw.githubusercontent.com/jarun/nnn/master/plugins/getplugs | sh
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
sh -c 'curl -fLo "~/.config/nvim/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'
sh -c 'curl -fLo ~/.config/nvim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'
# dnsmasq
echo 'address=/.localhost/127.0.0.1' > /usr/local/etc/dnsmasq.conf
@ -49,6 +48,6 @@ sudo mkdir -v /etc/resolver
sudo bash -c 'echo "nameserver 127.0.0.1" > /etc/resolver/localhost'
# php and ssl
sudo pecl install imagick
pecl install imagick
mkcert -install
mkcert localhost "dev.localhost" "*.dev.localhost"

@ -39,6 +39,7 @@ set -g @resurrect-strategy-vim 'session'
set -g @resurrect-strategy-nvim 'session'
set -g @continuum-boot 'on'
set -g @continuum-restore 'on'
set -g @continuum-boot-options 'iterm'
# Plugins loading and tmux plugin manager initialization
set -g @plugin 'tmux-plugins/tpm'

Loading…
Cancel
Save