Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```