Giter Club home page Giter Club logo

dotfiles's Introduction

Hi there, I'm Mat 👋

I'm a software engineer, passionate about digital privacy, clean code, and dark themes 😎

I’m a Certified Scrum Master and currently working as a developer at 1Password. I'm an automation enthusiast, Neovim user, shell power-user, and I love my pets.

My favorite programming languages currently are Rust, Lua, and Nix. I like making Neovim plugins, command line tools, and other developer tools.

dotfiles's People

Contributors

dependabot[bot] avatar kreyren avatar mrjones2014 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

Watchers

 avatar  avatar  avatar  avatar  avatar

dotfiles's Issues

Redundant `expr` lua escaping with `nest`

local function t(str)

This function is not needed when using nest - it already handles the returned strings from lua expr functions correctly :-)

Another small hint: normal mode is default in nest, so you do not need to explicitly set mode = 'n' if you did not explicitly set another mode in it's parent (unless you want to do so for stylistic reasons of course).

Arkenfox integration

I'm also looking for a way to include the arkenfox.nix to my nix config.
Unfortunately, the documention isn't clear enough for me.
I'm going to open another issue up there and ask for more instructions.

Feature request

I want to introduce what I consider to be a 'feature request' although I acknowledge up front it might ultimately induce some 'breaking changes' into your dotfiles (which in my world, is sacred ground).

Here's what a propose (and I'm totally open to how it happens; and I'm totally open to the mechanisms; meaning I'll do my part to contribute anything and everything you deem necessary):

I'd like to see your config/nvim split out from your dotfiles.

This way, I could clone and monitor your nvim/config files as a separate entity. Currently, I cannot, and I have to jump through a bunch of hoops to do so.

This could easily be done as a submodule, of course, but I'm more interested in your thoughts (in general) and any other option you might have in mind.

install wezterm terminfo via nix

replace this with a nix derivation

if not infocmp wezterm &>/dev/null
echo "Downloading Wezterm terminfo"
set tempfile $(mktemp)
set out_dir "~/.terminfo"
if fish_is_root_user
set out_dir /usr/share/terminfo
end
curl -# -o $tempfile https://raw.githubusercontent.com/wez/wezterm/master/termwiz/data/wezterm.terminfo
echo "Compiling Wezterm terminfo"
tic -x -o $out_dir $tempfile
rm $tempfile
end

use nix in ci

the mdbook and the little rust plugin for it can be packaged up into a nix derivation.

get nixGL working on Linux

Wezterm uses GL, we need it via nixGL, they have an overlay I can use in the flake, just new to nix and not sure how to install it properly yet.

Also only needed on Linux.

Fix nixfmt

after updating nixpkgs

trace: warning: nixfmt was renamed to nixfmt-classic. The nixfmt attribute may be used for the new RFC 166-style formatter in the future, which is currently available as nixfmt-rfc-style

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.