Browse Source

all: bump version `2.1.1` → `2.1.2`

my-config
NTBBloodbath 4 years ago
parent
commit
f2be189c76
No known key found for this signature in database GPG Key ID: 18D6730BC846AAC5
  1. 4
      install.sh
  2. 2
      lua/doom/config/init.lua

4
install.sh

@ -32,7 +32,7 @@ BYellow='\033[1;33m' # Yellow
# }}}
# Doom Nvim version
DoomNvimVersion='2.1.1'
DoomNvimVersion='2.1.2'
# System OS
System="$(uname -s)"
@ -219,7 +219,7 @@ install_fonts() {
download_font() {
# Download patched Nerd Fonts
url="https://github.com/ryanoasis/nerd-fonts/raw/2.1.1/patched-fonts/FiraCode/Regular/complete/${1// /%20}"
url="https://github.com/ryanoasis/nerd-fonts/raw/2.1.2/patched-fonts/FiraCode/Regular/complete/${1// /%20}"
download_path="$HOME/.local/share/fonts/$1"
if [[ -f "$download_path" && ! -s "$download_path" ]]; then
rm "$download_path"

2
lua/doom/config/init.lua

@ -4,7 +4,7 @@
-- License: MIT --
---[[---------------------------------------]]---
-- Doom Nvim version
Doom_version = '2.1.1'
Doom_version = '2.1.2'
-- Check if running Neovim or Vim and fails if:
-- 1. Running Vim instead of Neovim

Loading…
Cancel
Save