Giter Site home page Giter Site logo

dotfiles's Introduction

Welcome!

  • ๐Ÿ”ญ Iโ€™m currently working on development workflows in a hybrid environment.
  • โšก Solutions that make enterprise technologies useful on smaller scales excite me.

About Me

  • I'm a DevOps / Platform Engineer / Full Stack Developer in Central North Carolina.
  • I'm interested in Continuous Improvement and developer workflows.
  • MBA from Wake Forest University.

Links

dotfiles's People

Contributors

wfordwfu avatar

Watchers

 avatar  avatar

dotfiles's Issues

move functions from zshrc to separate directory

Started the effort, but want to move gitenv and other shell functions to .config/zsh/zfunc or similar. I have already updated fpath, but can't seem to get them to run. You can check to see functions have loaded by print -l ${(ok)functions[(I)[^_]*]}.

Other functions I want to add:

  • if containerd, create an alias for docker

update gitconfig user section

Something like

[user]
name =!$(which gh) api user --jq '.name'
email = !$(which gh) api user --jq '(.id | tostring) + "+" + .login + "users.noreply.github.com"'

Install Homebrew in $HOME

Considering making a change where homebrew lives in ~/.local/bin/brew. Something like:

mkdir -p ${HOME}/.local/bin/brew && \
curl -L https://github.com/Homebrew/brew/tarball/master | tar xz --strip 1 -C ${HOME}/.local/bin/brew && \

Just feels better to install everything locally, doesn't require sudo and would be consistent between mac and linux (currently linux makes a separate HOME/linuxbrew space and on some macs it installs in /opt/homebrew.

Build out brewfile

I want to capture all the applications I want to include in my brewfile. Below are some ideas
git, gh, jq, dmenu, pandoc, tree, tmux, nvim, xdg-utils, starship,

rewritten in rust
ripgrep, bat, exa, tealdeer, ytop, zoxide, delta, jql

xclip, xdotool

https://docs.brew.sh/Manpage#bundle-subcommand

going to avoid casks and similar that won't work in linux

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.