ryanstreur / .dotfiles

hatchling dotfile config 🐣

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dotfiles

Mostly this repo is an effort to get my configuration under control, and to make it easier to make my dev environment settings consistent across different machines and operating systems. It's been a headache, and I'd prefer that it be less of one. Ultimately I'd like a simple script which I could use to easily port my configurations over to a new machine. Seems like this would have to be a different script for different environments.

Installation Steps - Debian

# Installing ZSH / Oh My Zsh
# https://github.com/ohmyzsh/ohmyzsh/wiki/Installing-ZSH
sudo apt install zsh
zsh --version
# Change default shell to zsh
chsh -s /usr/bin/zsh

Dotfile Repos I Admire

Tools

Notes

If you see you complete me fail for want of python vim compilation, it means you need to run

pip install pynvim

Ideas

About

hatchling dotfile config 🐣


Languages

Language:Shell 74.9%Language:Emacs Lisp 21.3%Language:Vim Script 3.6%Language:Lua 0.1%