Skip to content

Commit

Permalink
symlink more
Browse files Browse the repository at this point in the history
  • Loading branch information
marten committed Nov 22, 2023
1 parent 11c751d commit b7c409f
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 8 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ These are my dotfiles. There are many like them, but these ones are mine.

## Installation

op document get rluxtqym3zcgnbakp34splkwhi >~/.ssh/id_rsa
op document get n6hm34v5azgavgzzj3x4mxea3e > ~/.ssh/id_rsa.pub

git clone git://github.com/marten/dotfiles ~/dotfiles
cd ~/dotfiles
brew bundle
Expand Down
16 changes: 14 additions & 2 deletions install.conf.yaml
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

8 changes: 2 additions & 6 deletions setup.sh
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

0 comments on commit b7c409f

Please sign in to comment.