GitXplorerGitXplorer
h

dotfiles

public
54 stars
15 forks
0 issues

Commits

List of commits on branch main.
Unverified
d820b04f4fdfdba86fce2c5c1b2c091e93c11e40

Add a script to update nuget packages

hhaacked committed 2 months ago
Unverified
370307000d49fb77aed18434cee64ac74a762cff

Add .net exports and other stuff

hhaacked committed 10 months ago
Verified
7e74729874d46d8a8b0174a88cda0c9a061898f0

Add pulumi to install.sh

hhaacked committed 2 years ago
Verified
1390cd7abd1f257044a2dc9528eecd3bf7c26758

Merge pull request #8 from fnf-peter-lacomb/patch-1

hhaacked committed 2 years ago
Verified
79746f3e99167950d446b522c8c3a4eb67134e23

Updated call to xargs to add -r

ffnf-peter-lacomb committed 2 years ago
Verified
d0c96a9bff19512b6ae6f1753917c0d41d45ed1c

Install overmind

hhaacked committed 2 years ago

README

The README file for this repository.

haacked dotfiles

Your dotfiles are how you personalize your system. These are mine.

They're so personal I copied much of them from https://github.com/holman/dotfiles/edit/master/README.md including the approach to install them.

Install

Run this:

git clone https://github.com/haacked/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
script/bootstrap

This will symlink the appropriate files in .dotfiles to your home directory. Everything is configured and tweaked within ~/.dotfiles.

The main file you'll want to change right off the bat is zsh/zshrc.symlink, which sets up a few paths that'll be different on your particular machine.

dot is a simple script that installs some dependencies, sets sane macOS defaults, and so on. Tweak this script, and occasionally run dot from time to time to keep your environment fresh and up-to-date. You can find this script in bin/.

ZSH

Add the following to the bottom of your ~/.zshrc file:

if [ -f ${HOME}/.dotfiles/zsh/.bash_exports ]; then
  . ${HOME}/.dotfiles/zsh/.bash_exports
fi