mirror of
https://github.com/mitchell/dotfiles.git
synced 2025-12-17 12:27:22 +00:00
Modify sync to be able to run standalone or in repo
Modify README to reflect changes to sync
This commit is contained in:
parent
02025ce81c
commit
a015e6af8d
2 changed files with 31 additions and 16 deletions
|
|
@ -15,15 +15,16 @@ Installation dependencies:
|
|||
- git
|
||||
- fish
|
||||
- rsync (for sync script)
|
||||
- curl (for fisher pkg manager)
|
||||
- curl
|
||||
|
||||
To install all of the configurations:
|
||||
To install from fish shell: `curl https://raw.githubusercontent.com/mitchell/dotfiles/master/sync | .`
|
||||
|
||||
To install all of the configuration from bash and then change default shell:
|
||||
1. Clone this repo with the `--recurse-submodules` flag.
|
||||
1. `cd` into your clone and run the `sync` script (requires fish be installed).
|
||||
1. If you haven't already either run `fish` or change your default shell by appending the result of
|
||||
`which fish` to `/etc/shells` and running `chsh -s /path/to/fish yourusername`, then restarting
|
||||
the terminal.
|
||||
1. Once using fish run `fisher` to install all fish plugins.
|
||||
1. Enjoy!
|
||||
|
||||
Dependencies for fish aliases:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue