ts icon indicating copy to clipboard operation
ts copied to clipboard

TS libraries and other code

Results 13 ts issues
Sort by recently updated
recently updated
newest added

### Feature ✨ Move the existing scripts into https://code.nikitavoloboev.xyz as I no longer use hammerspoon.

enhancement

hello, i'm newbie to use karabiner, just try to use karabiner.edn conf file, but,it's too hard to use it. Do u have Readme file? How to use 1key mode ,2key(move)...

The issue is probably due to how many zsh functions, aliases and settings I have. There is a way to see what zsh is loading & how long.

Things like: `~/.ssh` -> SSH config + certs `~/.wakatime.cfg` -> WakaTime settings (API Key) Perhaps I missed something else. Not sure what the best way to do that would be....

Remove everything i don’t use. Perhaps I only need to have `init.vim` in the repo. No ftplugin and autoload. Check!

home manager: https://github.com/rycee/home-manager nix-darwin: https://github.com/LnL7/nix-darwin nix dots: https://github.com/LnL7/dotfiles Add installing of Xcode tools. Check if they are installed already. `xcode-select --install`

`~/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.