dx 9f2c086dfd ~literate config -> org-babel-load-*
Basically, instead of generating files at every save on Emacs, just load
them via org-babel-load-file. This means that I can rely on those
functions to compile and manage org file to elisp file conversions. This
happens at first run time, and will not compile org files to el files if
there have been no changes to the org files.
2020-06-11 00:57:33 +01:00
2020-06-06 19:37:00 +01:00
2020-05-05 02:59:45 +01:00
2020-05-17 09:29:04 +01:00
2020-06-10 18:51:57 +01:00
2020-06-10 18:52:51 +01:00
2020-06-10 01:17:34 +01:00
2020-05-24 00:41:30 +01:00
2020-05-20 07:44:26 +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 works for me
  • 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
Tmux 1.5+ Tmux
Python 3.6.8 and 2.7+ Python
Fzf 0.18.0 Fzf
cargo/rust 1.3.6+ Rust
fd 7.3.0+ Fd
ripgrep 11.0.1+ RipGrep
tmuxinator (optional) 1.0+ tmuxinator

Also a list of repos in bin:

  • ccls
  • broot
  • exctags
  • pfetch

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 blackbox 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 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%