Skip to content

eiskrenkov/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

188 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Personal Dotfiles

Managed by https://www.chezmoi.io

Installation

sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply eiskrenkov

Apply Brewfile

brew bundle install

Manual stuff

1. Set computer name

scutil --get ComputerName

sudo scutil --set ComputerName "macbook-pro-tds"
sudo scutil --set LocalHostName "macbook-pro-tds"
sudo scutil --set HostName "macbook-pro-tds.local"

2. Cursor extensions

Export

./home/script/export_cursor_extensions

Import

./home/script/import_cursor_extensions

3. Transfer AWS configs

~/.aws/config
~/.aws/credentials

4. Reveal "Anywhere" option in System Settings > Privacy & Security > Allow applications from

sudo spctl --master-disable

5. Pop

pop integrate claude
pop integrate opencode

Maintenance

Prefill zoxide index

zoxide add (find ~/dev -mindepth 1 -maxdepth 1 -type d)

Chezmoi Usage

Start tracking file with chezmoi

# This will copy ~/.bashrc to ~/.local/share/chezmoi/dot_bashrc
chezmoi add ~/.bashrc

Edit dotfile

# This will open ~/.local/share/chezmoi/dot_bashrc in your $EDITOR. Make some changes and save the file.
chezmoi edit ~/.bashrc

See what changes chezmoi would make

chezmoi diff

Apply the changes

# All chezmoi commands accept the -v (verbose) flag to print out exactly what changes they will make to the file system
chezmoi -v apply
chezmoi cd

Contributing

Not this time 🥲

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Contributors