- My zsh configurations based on zprezto , features syntax-highlighting , spaceship-prompt , completion , autojump
- My neovim configuration featuring dein , coc.nvim , airline
- My Mac setup walkthrough. Mac Setup
Have zsh and wget/curl installed Better to have: nodejs with npm , python with pip
- Via curl:
sh -c "$(curl -fsSL https://raw.githubusercontent.com/mikelxc/ohmyconfig/master/setup-shell.sh)"
- Via wget:
sh -c "$(wget https://raw.githubusercontent.com/mikelxc/ohmyconfig/master/setup-shell.sh -O -)"
- Via curl:
sh -c "$(curl -fsSL https://raw.githubusercontent.com/mikelxc/ohmyconfig/master/setup-nvim.sh)"
- Via wget:
sh -c "$(wget https://raw.githubusercontent.com/mikelxc/ohmyconfig/master/setup-nvim.sh -O -)"