Skip to content
This repository has been archived by the owner on Mar 28, 2021. It is now read-only.

Latest commit

 

History

History
34 lines (23 loc) · 1.02 KB

README.md

File metadata and controls

34 lines (23 loc) · 1.02 KB

my-glorious-dotfiles

My glorious, absolutely GLORIOUS dotfiles.

  • init.vim - Neovim configuration
  • .zshrc - ZSH configuration
  • .p10k.zsh - Powerlevel10k Config

Installation

Prerequisites

For the zsh/powerlevel10k configuration you will need to install the patched Meslo Nerd Fonts.

Download them here

You may also need zsh, neovim, thefuck and oh-my-zsh.

Debian installation:

sudo apt install neovim zsh thefuck

Then, get oh-my-zsh here

Neovim

sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim' && curl -fo $HOME/.config/nvim/init.vim --create-dirs https://raw.githubusercontent.com/TheOPtimal/my-glorious-dotfiles/master/init.vim && nvim -c ":PlugInstall" -c ":q" -c ":q""

Everything

bash -c "$(curl -fs https://raw.githubusercontent.com/TheOPtimal/my-glorious-dotfiles/master/installer.sh)"