Skip to content

oxfist/configs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚙️ Configs

Development environment configurations.

🐠🛸 Fish + Starship

Set up

  1. Copy dotfiles/.config/fish folder to ~/.config/
  2. Copy dotfiles/.config/starship.toml to ~/.config/

✨ Neovim

ℹ️ Neovim v0.8 is required.

Requirements

🚀 Set up Neovim

  1. Copy the dotfiles/.config/nvim folder to ~/.config/

  2. Install packer by running:

    git clone --depth 1 https://github.com/wbthomason/packer.nvim\
     ~/.local/share/nvim/site/pack/packer/start/packer.Neovim

📺 Command-line Utilities

  1. 🐡 nvmwrapper via Fisher
  2. zoxide
  3. delta
  4. Starship
  5. 🐡 rvm – run ./installscripts/rvm.fish

Install fonts

Code:

  1. Source Code Pro with patched Nerd Fonts
  2. Monaco with patched Nerd Fonts (for glyphs in fish and nvim-tree)

Other serif and sans-serif fonts (Linux only):

  1. Noto Sans (noto-fonts)
  2. Adobe Source Han Sans (adobe-source-han-sans-otc-fonts)
  3. Roboto (ttf-roboto)