-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
19 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,21 @@ | ||
- defaults: | ||
link: | ||
relink: true | ||
create: true | ||
|
||
- clean: ['~'] | ||
|
||
- link: | ||
~/.vimrc: vimrc | ||
~/Library/Application Support/Code/User/settings.json: Library/Application Support/Code/user/settings.json | ||
~/.gitconfig: gitconfig | ||
~/.mrconfig: mrconfig | ||
~/.ssh: ssh | ||
~/.zshrc: | ||
path: zshrc | ||
force: true | ||
|
||
~/.config/kitty: | ||
path: config/kitty | ||
force: true | ||
~/.config/nvim: | ||
path: config/nvim | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,4 @@ | ||
#!/bin/bash | ||
|
||
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" | ||
brew bundle | ||
|
||
cd $HOME | ||
rcup -d $HOME/dotfiles | ||
cd - | ||
op document get rluxtqym3zcgnbakp34splkwhi >~/.ssh/id_rsa | ||
op document get n6hm34v5azgavgzzj3x4mxea3e >~/.ssh/id_rsa.pub |