This repository contains my dotfiles, which are configuration files for various tools and applications. I use Dotbot to manage and symlink these dotfiles to their appropriate locations.
To install follow these steps:
-
Clone this repository to your home directory:
git clone https://github.com/yourusername/dotfiles.git ~/.dotfiles -
Run the
/.installscript.
[command] completion [shell] > "${fpath[1]}/_command"Replace [command] and [shell] with actual values.
${fpath[1]} refers to the second element of the Zsh function path (fpath).
This path determines where the completion script _command will be stored.