Nikita

Results 317 issues of Nikita

`~/Library/Application Support` -> holds app auxiliary files `~/Library/Preferences` -> holds app preferences `~/Library/Fonts` -> Custom fonts `~/Pictures/Photos Library` -> Apple Photos (which should be iCloud synced so it shouldn’t matter)...

In Dotbot I currently do this: # Zsh ~/.zshrc: zsh/zshrc.zsh # Git ~/.gitconfig: git/gitconfig ~/.gitignore_global: git/gitignore_global # Hammerspoon ~/.hammerspoon: hammerspoon # Sublime Text "~/Library/Application Support/Sublime Text 3/Packages/User": sublime # Neovim...

Should all be specified neatly in nix. Go: `~/go/bin` Rust: `~/.cargo/bin` NPM: `~/.npm-global/bin` . NOTE: have to run `npm set prefix ~/.npm-global` first to set this location.

It should automatically install Nix on the system if it isn’t installed and then run the other necessary commands to get my system to the state I want it to...

Should be easy to specify what plugins I want to install and install just that. No unnecesary blot like oh my zsh or prezto.

So you can even install dotfiles to ~/Desktop and then run `./install` and it will magically work too and set the system up as I specified. Perhaps it would move...

Separate multiple folders with comma. i.e. `life, research: update`

### Feature ✨ Similar to what [Obsidian](https://obsidian.md) lets you do here: https://twitter.com/nikitavoloboev/status/1271519701693235206

enhancement

### Feature ✨ Using [gitupdate](https://github.com/nikitavoloboev/build-to-learn/tree/master/go/gitupdate) and some hook to let me know that there were 6 file changed since most recent commit, update the repo by running gitupdate on it.