Skip to content

Commit 8e82328

Browse files
committed
scattered tweaks
1 parent 27cadcf commit 8e82328

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+352
-2420
lines changed

Diff for: README.md

+8-13
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,18 @@
11
My stock dev tools and settings loadout, organized via home-manager. Use as you see fit.
22

3-
Installation (Standard):
3+
Installation:
44
------------------------
55
```sh
6-
git clone https://github.com/davehughes/dotfiles ~/.dotfiles
7-
~/.dotfiles/setup.sh
6+
git clone https://github.com/davehughes/dotfiles ~/.config/home-manager
7+
home-manager switch
88
```
99

1010
Layers:
1111
-------
12-
13-
+ Desktop
14-
+ applications (TODO: how to store/pull images for common software?)
15-
+ some leads:
16-
https://www.reddit.com/r/NixOS/comments/112feik/issues_with_installing_applications_on_macos/j8k5upo/
17-
https://github.com/dustinlyons/nixos-config/blob/main/darwin/home-manager.nix#L31
18-
+ tmux
19-
+ shell (zsh)
12+
+ desktop -> [skhd](https://github.com/koekeishiya/skhd) + [yabai](https://github.com/koekeishiya/yabai)
13+
+ terminal -> [kitty](https://sw.kovidgoyal.net/kitty/)
14+
+ [tmux](https://github.com/tmux/tmux/wiki) + [nord theme](https://www.nordtheme.com/ports/tmux)
15+
+ shell -> zsh + [Starship](https://starship.rs)-based prompt theme
2016
+ shell utilities
21-
+ custom plugins via zplug
22-
+ custom python CLI as Swiss Army knife of functionality across these layers
17+
+ [dave-cli](https://github.com/davehughes/dave-cli)
2318
+ editor (vim)

0 commit comments

Comments
 (0)