Giter Site home page Giter Site logo

phantas0s / .dotfiles Goto Github PK

View Code? Open in Web Editor NEW
605.0 10.0 77.0 77.88 MB

:fireworks: Arch Linux with i3 / nvim / tmux / urxvt / zsh / ...

Home Page: https://themouseless.dev

Shell 32.65% Lua 2.56% Vim Snippet 1.06% Scheme 44.56% Python 2.71% Vim Script 16.47%
dotfiles nvim nvimrc i3 arch-linux urxvt tmux

.dotfiles's Introduction

๐ŸŒ Welcome to my little world ๐ŸŒ

Thank you for checking my GitHub page! Here's everything I'm working on.

CLI / TUI

  • ๐Ÿฑ DevDash - Highly configurable terminal dashboard for developers and creators [Golang].
  • ๐Ÿ’ผ gocket - CLI / TUI for Pocket [Golang].
  • โš™ testomatic - Run tests each time you save a file [Golang].
  • ๐Ÿ•Š ottosocial - Schedule tweets via CSV [Golang].

Web App

  • ๐Ÿค Sharetoall - An attempt to make a clone of Buffer. [ARCHIVED] [PHP/Vue.js].

Books

Mentoring

I don't like to call myself a teacher; I don't know better (or more) than you do. I simply try, with these projects, to pass on everything I learn.

Self study

  • ๐ŸŽŠ The Playground - Experiments and exercises.
  • ๐ŸŽ‹The Alexandria Library - The 200+ mindmaps I've created for capturing the knowledge I want to review from time to time.

Games

Configuration

Misc

Let's Connect!

I'm always happy to help as much as I can.

  • ๐Ÿ“จ You can subscribe to the newsletter of my blog and answer any email you want. I love email, and I'm always happy to answer.
  • ๐Ÿฆš I'm trying to provide as much value as I can via Twitter, one tweet at a time.

It might get some time for me to answer, but I promise I'll do.

.dotfiles's People

Contributors

phantas0s 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  avatar  avatar  avatar  avatar  avatar  avatar

.dotfiles's Issues

Vi cursor mode: support for Home and End keys

Having a simple zle-line-init breaks Home and End keys. See ohmyzsh/ohmyzsh#3061 (comment)

    zle-line-init() {
        printf $cursor_beam
        #  OR...
        zle -K viins
        # OR having a blank zle-line-init breaks Home and End
    }

I modified the output of which zle-line-init and that seems to work:

    zle-line-init () {
        # Default zle-line-init
        if (( $+terminfo[smkx] ))
        then
                echoti smkx
        fi
        zle editor-info

        # Modify cursor!
        zle -K viins
    }

EDIT: For some context, I am using Prezto with bindkey -v and merely added your cursor_mode plugin

Bug: zsh completion 'group-order' alias

Hi, @Phantas0s !

Thank you for your awesome article (https://thevaluable.dev/zsh-completion-guide-examples/).
It has been helped me very much:+1:


I've noticed that to enable group-order correctly, we have to set value not alias but aliases .
(https://github.com/Phantas0s/.dotfiles/blob/master/zsh/completion.zsh)

Current your code:

zstyle ':completion:*:*:-command-:*:*' group-order alias builtins functions commands

Correct code:

zstyle ':completion:*:*:-command-:*:*' group-order aliases builtins functions commands

Could you check it in your environment?

NCM2 or Coc for PHP

Hello,

I read your fantastic Vim for PHP post which is very helpful for someone wanting to write some PHP and using (neo)vim since I've decided to abandon Emacs...

Now, by looking at your config I see that you replaced NCM2 with Coc and wonder whether you recommend the same for someone in need to write PHP (along with HTML/CSS/JS) and Markdown, but not intending to go into Golang (wanted to use Hugo or some other static-site-generator, but chosen Tiki CMS instead).?

There is also Deoplete...in any case, I plan to mostly use Neovim...

$DOTFILES

Where (or when) do you set the $DOTFILES variable to point to the correct folder?

Unicode chars in status are not printable

Hi!, this is a great repo. I have been watched for a long time. Recently I started using i3wm. I tried to use your whole configuration, but sth not work, such as the unicode char 0xf073 doest show correctly in the status bar, neither in vim or terminal, while I searched that shows it is in a private user area, So how do you make it work, or I missed sth.

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.