First step is to clone this repository:
git clone https://github.com/MusaGillani/dotfiles.git ~/dotfiles
install homebrew and run this command in the ~/dotfiles
directory
brew bundle install
the brewfile used to unstall the bundle is created using brew bundle --no-vscode dump
in the ~/dotfiles/directory
run this command in the root of the cloned repo:
cd ~/dotfiles
stow .
Create symbolic links for the configurations you want to use:
to verify linking go the directory target directory for the link and run
ls -l
orls- al
for files starting with.
ln -s ~/dotfiles/dot-config/.tmux.conf ~/.tmux.conf
-
Create the configuration folder for nvim
/.config/nvim
-
create the symbolic link
ln -s ~/dotfiles/dot-config/nvim/init.lua ~/.config/nvim./init.lua