https://github.com/twe4ked/dotfiles
🏠 General configuration and Vim files managed with fresh
https://github.com/twe4ked/dotfiles
dotfiles fresh freshrc shell vim zsh
Last synced: about 1 year ago
JSON representation
🏠 General configuration and Vim files managed with fresh
- Host: GitHub
- URL: https://github.com/twe4ked/dotfiles
- Owner: twe4ked
- Created: 2010-05-06T06:39:11.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2025-02-02T23:43:28.000Z (over 1 year ago)
- Last Synced: 2025-03-27T00:33:50.744Z (about 1 year ago)
- Topics: dotfiles, fresh, freshrc, shell, vim, zsh
- Language: Lua
- Homepage: https://freshshell.com/
- Size: 1010 KB
- Stars: 44
- Watchers: 5
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# [fresh] ~/.dotfiles
## Installation
``` sh
FRESH_LOCAL_SOURCE=twe4ked/dotfiles bash -c "`curl -sL get.freshshell.com`"
chsh -s /bin/zsh # Default on MacOS
```
My dotfiles are managed by [fresh].
[fresh]: https://github.com/freshshell/fresh
## Extras
```
# Homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew bundle
# Git config
git config -f ~/.gitconfig.local user.name "Odin Dutton"
git config -f ~/.gitconfig.local user.email "odindutton@gmail.com"
```
## TODO
- https://github.com/sdt/tmux-vim
- Add supertap, see jasoncodes vim completion file (` ` inserts an actual tab)
- fresh jasoncodes/dotfiles vim/config/completion.vim
- http://brettterpstra.com/2016/09/29/a-better-hyper-key-hack-for-sierra/
- https://github.com/junegunn/vim-plug#on-demand-loading-of-plugins
- https://github.com/benvan/sandboxd
- https://kev.inburke.com/kevin/profiling-zsh-startup-time/
- https://github.com/bjeanes/dot-files/commit/cfda3f3e982ef51463b4aaf3625849a62478d8a6
- https://github.com/grassdog/tagman.vim
- https://github.com/unixorn/git-extra-commands
- https://jvns.ca/blog/2024/02/16/popular-git-config-options/#config-changes-i-ve-made-after-writing-this-post
## Notes
Use an & to in Vim substitutions:
:%s/foo_bar/&_baz/g
defaults write .GlobalPreferences com.apple.sound.beep.sound /Users/odin/Music/silent.aiff
https://github.com/jasoncodes/dotfiles/commit/2c080abcbf328939289f3183a7c59c04096da0b0