Wred / dotfiles

My configs
0 stars 0 forks source link

Clean install on Mac #2

Open Wred opened 1 month ago

Wred commented 1 month ago

Need VSCode installed first due to trying to install extensions. This is likely due to an ordering issue in the .chezmoiscripts folder since moving things into os folders. Need to look into how chezmoi orders those files.

Wred commented 1 month ago

Chrome was already installed and brew errored out. Needed to remove it first. brew resintall didn't help.

Wred commented 1 month ago

gpg signing for git wasn't working. Had to change the ~/.gnupg/gpg-agent.conf following these instructions: https://stackoverflow.com/questions/39494631/gpg-failed-to-sign-the-data-fatal-failed-to-write-commit-object-git-2-10-0

Added instructions to README. Should automate this instead?

Wred commented 1 month ago

fzf is ignoring hidden files

Update: works fine when neovim is loading my custom config (added the hidden option) but the loading issue described below was causing problems.

Wred commented 1 month ago

Forgot that in order for tmux to use the plugins, you need to install them using prefix shift i. :/

Wred commented 1 month ago

Using Chezmoi external data for nvchad (in ~/.config/nvim) along with my custom config wasn't working either as a git-repo (cloning v2.0) or as archive... I give up. Will need to look at this issue later.

Edit:

 git clone git@github.com:NvChad/starter.git ~/.config/nvim