Giter Club home page Giter Club logo

anonimato404 / dotfiles-1 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from disrupted/dotfiles

0.0 0.0 0.0 2.12 MB

๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป My personal Neovim config entirely written in Lua (requires nightly), ZSH with zinit plugin manager & powerlevel10k prompt, and other dotfiles I am adding over time

Python 17.52% Shell 38.28% Lua 42.73% Common Lisp 1.15% CSS 0.05% JavaScript 0.12% TypeScript 0.06% Vim Script 0.10%

dotfiles-1's Introduction

disrupted's dotfiles

Neovim

nvim in tmux

~/.config/nvim

configuration entirely written in Lua.

Shell

~/.zshrc

ZSH using powerlevel10k prompt. plugins managed through zinit.

Weechat IRC

Weechat IRC

Thanks to @lukas-reineke, @akinsho, @yutkat and the good people from /r/neovim.


Misc

test italics & similar output:

echo -e "\e[1mbold\e[0m"
echo -e "\e[3mitalic\e[0m"
echo -e "\e[4munderline\e[0m"
echo -e "\e[9mstrikethrough\e[0m"
echo -e "\e[31mHello World\e[0m"

from 'A Definitive Guide to Enabling Italics in Vim and tmux':

Instead of adding a custom entry in the terminfo db, try to update the latter. On my Ubuntu, terminfo descriptions are provided by the packages ncurses-base and ncurses-term. If after upgrading the pacakges, your descriptions are still too old โ€“ or contain wrong sequences โ€“ then update the db right from the developer's site:

$ curl -LO http://invisible-island.net/datafiles/current/terminfo.src.gz
$ gunzip terminfo.src.gz
$ tic -sx terminfo.src

On Ubuntu, it should create a new db in your home directory (~/.terminfo). If you don't want to update the whole db, but only the description of a specific terminal, then replace the last tic(1) command with: tic -sx -e $TERM terminfo.src Or with: tic -sx -e my-terminal terminfo.src Or: tic -sx -e my-terminal-1,my-terminal-2,... terminfo.src If you want to make a backup of the current description, run this command: infocmp -x $TERM >term.desc.backup And to restore your original description, run: tic -sx term.desc.backup

Installing tmux-256color for macOS

Patched tmux-256color terminfo from tmux maintainer

dotfiles-1's People

Contributors

disrupted avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.