Coder Social home page Coder Social logo

phantas0s / .dotfiles Goto Github PK

View Code? Open in Web Editor NEW
606.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

Doftiles

Phantas0s rice

What's in there?

My config for my Mouseless Development Environment. I am using the lightweight and effective combo:

All my config files are in this repository except:

  • My development project configurations
  • My config install settings

Those files are private and are on my private cloud (using Nextcloud).

WARNING

There are no backup system. If you install this on top of your dotfiles, expect a big mess. You shouldn't use the install.sh script. You should only pick whatever you want and include it in your own config.

Building Your Mouseless Development Environment

Switching between a keyboard and mouse costs cognitive energy. My book will help you set up a Linux-based development environment that keeps your hands on your keyboard. Take the brain power you've been using to juggle input devices and focus it where it belongs: on the things you create.

You'll learn how to write your own installation scripts too!

.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

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?

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

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.

$DOTFILES

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

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...

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.