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

TheOPtimal/my-glorious-dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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)"