Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scottstanfield/dotfiles
🎖️ dotfiles, vim/neovim and zshrc config
https://github.com/scottstanfield/dotfiles
dotfiles neovim r zsh
Last synced: 18 days ago
JSON representation
🎖️ dotfiles, vim/neovim and zshrc config
- Host: GitHub
- URL: https://github.com/scottstanfield/dotfiles
- Owner: scottstanfield
- Created: 2017-04-09T22:49:43.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-04-06T21:58:36.000Z (9 months ago)
- Last Synced: 2024-04-10T13:59:13.003Z (9 months ago)
- Topics: dotfiles, neovim, r, zsh
- Language: Shell
- Homepage:
- Size: 882 KB
- Stars: 11
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
> "This is my rifle. There are many like it, but this one is mine."
[Dotfile Creedo](https://en.wikipedia.org/wiki/Rifleman%27s_Creed)
Fork this to your github repo, then clone down to your machine:
```
cd ~
git clone https://github.com/scottstanfield/dotfiles
dotfiles/os/macos.sh # or os/debian.sh or os/raspbian.sh
dotfiles/link.sh
```Then if you want my changes:
```
git fetch upstream && git merge upstream/main && git push
```## iCloud Drive link
Apple moved iCloud to a spot that's really hard to find, if you're on
the command line: `~/Library/Mobile Documents/com~apple~CloudDocs`. I
like to make a soft link to my home root so it's easier to get to:```
ln -s "$HOME/Library/Mobile Documents/com~apple~CloudDocs" $HOME/iCloud
```