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 curl -Ls https://raw.githubusercontent.com/jarun/nnn/master/plugins/getplugs | sh
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
sh -c 'curl -fLo "~/.config/nvim/autoload/plug.vim --create-dirs \ sh -c 'curl -fLo ~/.config/nvim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'
# dnsmasq # dnsmasq
echo 'address=/.localhost/127.0.0.1' > /usr/local/etc/dnsmasq.conf 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' sudo bash -c 'echo "nameserver 127.0.0.1" > /etc/resolver/localhost'
# php and ssl # php and ssl
sudo pecl install imagick pecl install imagick
mkcert -install mkcert -install
mkcert localhost "dev.localhost" "*.dev.localhost" mkcert localhost "dev.localhost" "*.dev.localhost"

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

Loading…
Cancel
Save