Ylixir

All things ylixir.

Ylixir's Interests

So I guess this page will more or less be a conglomeration of random links.

Dotfiles

I would like a completely portable working environment. To be able to sit down in front of a new computer and replicate my workspace in minutes.

Originally this was a random collection of shell scripts and config files, but this didn’t work out. Every system required minor tweaks and the central repo never kept up to date. Currenlty my plan of attack is to move everything into the terminal (tmux, vim, etc) and use nix to manage creating a consitent and idempotent environment.

Resources

others dotfiles

Tmux

Nix

I see nix or something like it as the future. Able to replace apt, docker, and ansible with one fell swoop, this is worth learning.

Shell

Posix shell has always been an awkward fit for me. It would be cool to have a more general purpose shell language that could be easily embedded into all apps for a consistent user experience.

Embedable languages