Skip to content

DavidHollins6/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

David's Dotfiles

Somewhere for me to keep all of my dotfiles while I build a better developer workflow for myself.

Alacritty

Sym link the config.

ln -s ~/dotfiles/alacritty/alacritty.yml ~/.config/alacritty.yml

Download the Mononoki Nerd Font. This is a good place to find it.

TMUX

Ensure tmux is installed.

brew install tmux

Symlink it.

ln -s ~/dotfiles/tmux/.tmux.conf ~/.tmux.conf

ZSH

Symlink the zsh config.

ln -s ~/dotfiles/zsh/.zshrc ~/.zshrc

NVIM

Based off The Primeagens NVIM Configuration

Clone this repository into you home directory.

cd ~

git init
git remote add origin git@github.com:DavidHollins6/dotfiles.git
git pull origin main

Make sure to install packer

Source your files

:so

Install packer plugins

:PackerSync

Restart vim

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published