Skip to content

Commit

Permalink
refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
davay committed Oct 8, 2024
1 parent 079d666 commit f8fdf11
Show file tree
Hide file tree
Showing 9 changed files with 31 additions and 35 deletions.
2 changes: 1 addition & 1 deletion .config/nvim/lazy-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lsp-zero.nvim": { "branch": "v4.x", "commit": "0dfe4fe80c2d08f2e88415266f56ef630d458e34" },
"lualine.nvim": { "branch": "master", "commit": "b431d228b7bbcdaea818bdc3e25b8cdbe861f056" },
"magick.nvim": { "branch": "master", "commit": "e0474189d5492bb7ec751788d1c85ea167989d32" },
"molten-nvim": { "branch": "main", "commit": "f2e9ba9d229fbc847b7f19da68744954513aff11" },
"molten-nvim": { "branch": "main", "commit": "047bf41c7cdb66c75de07e22babe8961857def76" },
"neo-tree.nvim": { "branch": "v3.x", "commit": "a77af2e764c5ed4038d27d1c463fa49cd4794e07" },
"nui.nvim": { "branch": "main", "commit": "b58e2bfda5cea347c9d58b7f11cf3012c7b3953f" },
"nvim-autopairs": { "branch": "master", "commit": "ee297f215e95a60b01fde33275cc3c820eddeebe" },
Expand Down
Binary file not shown.
7 changes: 7 additions & 0 deletions .config/yadm/mac-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,15 @@
- altserver
- unified-remote
- quarto
- reader
state: latest

- name: "Homebrew: Start Services"
community.general.homebrew_services:
name:
- sketchybar
state: present

- name: "Cargo: Install Rust Packages"
community.general.cargo:
name:
Expand Down
33 changes: 0 additions & 33 deletions .config/yadm/sysfiles/init.lua

This file was deleted.

2 changes: 1 addition & 1 deletion .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ alias cdrepos="cd ~/Repos"
alias cdwork="cd ~/Repos/Work"
alias cdschool="cd ~/Repos/School"
alias cdpersonal="cd ~/Repos/Personal"
alias cdsu="cd ~/GDrive/usa/school/su"
alias cdsu="cd ~/Drive/usa/school/su"
alias cdnvim="cd ~/.config/nvim"
alias cdleetcode="cd ~/Repos/Personal/leetcode"

Expand Down
Binary file modified Library/Preferences/.GlobalPreferences.plist
Binary file not shown.
Binary file removed Library/Preferences/com.knollsoft.Rectangle.plist
Binary file not shown.
Binary file modified Library/Preferences/pbs.plist
Binary file not shown.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,25 @@ NOTE: Main branch is brand new -- Mac only for now. Old combined Linux + Mac set
```
brew install yadm && yadm clone https://github.com/davay/dotfiles.git
```

### 3. Manual Steps

- Rectangle Pro: Select "Sync configuration over iCloud"

- Finder: Select "Sync Desktop & Documents folders"

- Google Drive: Select "Mirror Files"

- System Settings: Unselect all keyboard shortcuts

- Raycast: Import config

- Shottr: Input License, set hotkey

- Backblaze: Inherit backup state

- Warp: Theme, font, and quake mode (30%w, 80%h)

- 1Password: Enable SSH agent, set hotkey

- Calendar: Add accounts

0 comments on commit f8fdf11

Please sign in to comment.