Aryadev Chavali 7e5ff6053e (Emacs)~set states for bindings from normal to normal & motion
Motion state is used in compilation buffers, which is why my bindings
never seemed to work in them.  So to counteract this just set all
bindings to both normal and motion states.
2021-03-09 18:07:37 +00:00
2020-07-07 00:29:26 +01:00
2020-06-21 02:06:40 +01:00
2020-07-20 21:15:35 +01:00
2020-06-06 19:37:00 +01:00
2020-06-27 10:58:21 +01:00
2020-06-21 02:05:03 +01:00
2021-03-08 00:53:31 +00:00
2020-07-15 15:35:24 +01:00
2020-09-01 21:42:12 +01:00
2020-09-21 18:19:08 +01:00
2020-09-01 22:56:16 +01:00
2020-07-16 20:17:32 +01:00

Dotfiles

Introduction

My Dotfiles repository with configuration files for most of the applications I use on a daily basis.

What do I use exactly?

  • Emacs My premier editor, big bulky and beautiful
  • ZSH Shell program (objectively better than bash don't @ me)
  • Suckless terminal Best terminal in the game: small, configurable and powerful
  • DWM Yes I fell for the meme, but it's a great window manager and I don't really need a lot of features
  • dmenu Good launcher, fast and not gaudy
  • Wallpaper Collection Fork of DistroTubes collection, with a few of my own. Mostly his though lol.

Install

Clone this into the ~/Dotfiles directory, then use Install.org to install the component(s) you want.

Dependencies

Dependency Version Link
Vim 8 Vim
Emacs 26.2+ Emacs
Python 3.6.8 and 2.7+ Python

Also a list of other stuff that I find cool:

  • clangd (C/C++ server)
  • exctags
  • pfetch
  • tmuxinator

Project usage

Generate a template using emacs or the shell, run the startup and reset/delete the .git folder. Then just start hacking at the code!

Use Emacs' compilation system if running no stdin programs or simple servers, otherwise use terminals (+ tmux if not running a tiling window manager) for heavy servers because Emacs will slow down with a heavy server running or eshell for this stdin based programs.

Description
No description provided
Readme MIT 3.8 MiB
Languages
Emacs Lisp 74%
Shell 10.1%
YASnippet 8.5%
Python 5.9%
Lua 1.5%