Skip to content

nwnt/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prerequisites

  • Clone dotfiles to $HOME/work/config
  • GNU Stow
  • exa (ls drop-in replacement)
  • tldr (modern man)
  • fasd
  • nodejs (needed for CoC)

ZSH

  1. Change bash to zsh
  2. mkdir -p .config/zsh
  3. sudo stow -d $HOME/work/config/dotfiles/etc/ -t /etc/zsh -S -v zsh
  4. sudo stow -d $HOME/work/config/dotfiles/etc/ -t /etc/profile.d -S -v profile.d
  5. `stow -d $HOME/work/config/dotfiles -t $HOME/.config/zsh -S -v zsh
  6. Install OMZ per the instructions on the web. $ZSH (the installation location) has been overriden in .zshrc
  7. Install Powerlevel 10k. See OMZ section.
  8. Install zsh-syntax-highlighting. Again, see OMZ section.
  9. Install zsh-autosuggestions

Fonts

Currently, Comic Mono is used, but the AUR doesn't have the nerd font patch.

sudo curl -sLo /usr/local/share/fonts/ComicMonoNF.ttf https://github.com/xtevenx/ComicMonoNF/raw/master/ComicMonoNF.ttf
sudo curl -sLo /usr/local/share/fonts/ComicMonoNF-Bold.ttf https://github.com/xtevenx/ComicMonoNF/raw/master/ComicMonoNF-Bold.ttf

Alacritty

  1. mkdir -p .config/alacritty
  2. stow -d ./work/config/dotfiles -t .config/alacritty -v -S alacritty

Neovim

  1. mkdir -p .config/nvim
  2. stow -d ./work/config/dotfiles -t .config/nvim -v -S nvim
  3. Install vim-plug (see Neovim section)
  4. Coc-Install

About

my local configurations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published