Add alacritty.terminfo config

pull/1/head
Ensar Sarajčić 2021-02-05 09:33:55 +01:00
parent 799e9fdca9
commit e6546e7768
3 changed files with 10 additions and 1 deletions

View File

@ -97,7 +97,7 @@ bootstrap_mac: check_os link bootstrap_common oh_my_zsh homebrew install_brew_ba
@echo "Bootstrapped mac components!"
.PHONY: bootstrap_common
bootstrap_common: check_os link_all_common set_default_theme prepare_projects_dir prepare_screenshots_dir prepare_scripts_cache_dir install_vim install_asdf
bootstrap_common: check_os link_all_common set_default_theme prepare_projects_dir prepare_screenshots_dir prepare_scripts_cache_dir install_vim install_asdf alacritty_terminfo
@echo "Bootstrapped common components!"
.PHONY: link
@ -309,6 +309,11 @@ homebrew: check_os
@echo "Installing homebrew..."
@/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
.PHONY: alacritty_terminfo
alacritty_terminfo: check_os
@echo "Installing alacritty terminfo..."
@echo tic $(SYMLINKS_DIR)/alacritty/alacritty.terminfo
.PHONY: prepare_backup_dir
prepare_backup_dir: check_os
@echo "Creating $(BACKUP_DIR)"

View File

@ -0,0 +1,3 @@
alacritty|xterm with 256 colors and italic,
sitm=\E[3m, ritm=\E[23m,
use=xterm-256color,

View File

@ -3,6 +3,7 @@
"diagnostic.virtualText": true,
"flutter.sdk.flutter-lookup": "asdf which flutter",
"flutter.sdk.dart-lookup": "asdf which dart",
"python.linting.enabled": false,
"languageserver": {
"kotlin": {
"command": "~/lsp/kotlin/server/bin/kotlin-language-server",