Giter VIP home page Giter VIP logo

disrupted / dotfiles Goto Github PK

View Code? Open in Web Editor NEW
181.0 4.0 7.0 2.75 MB

๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป My dotfiles including Neovim Lua config, ZSH with zinit plugin manager & powerlevel10k prompt

Python 13.79% Shell 31.21% Lua 50.13% Common Lisp 1.96% CSS 0.04% JavaScript 0.09% TypeScript 0.05% Ruby 2.43% Scheme 0.31%
vimrc neovim neovim-dotfiles neovim-configuration vim-configuration zsh dotfiles tmux-conf zshrc weechat-irc

dotfiles'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's People

Contributors

disrupted avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

dotfiles's Issues

Add isortd launchdaemon

Create launchd service for isortd similar to the existing blackd service provided by Homebrew (sudo brew services start black)

nvim lsp

Hey!

I saw you have amazing nvim dotfiles in particularly lsp configurations with eslint/prettier etc.
Have you thought about creating a plugin to help other people manage all of this easierly?

Amazing dot files btw, when I have the courage I will try to use zinit as well.

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.