Skip to content

nathanlong/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nathan's Dotfiles

🛠 Basic toolkit:

  • neovim (the goodness that is vim but with LSPs and MORE)
    • Optimized for front-end development.
  • zsh
    • p10k prompt (nice defaults, easy setup)
    • bashmarks (cd shortcuts, embedded for no outside dependencies)
  • wezterm (my favorite terminal editor)
  • homebrew (bin package manager)
  • asdf (for managing other languages)

💻 Installation:

Terminal Emulator

Download WezTerm.

Download Homebrew and Git

Follow the Homebrew installation instructions then install Git with:

brew install git

Checkout dotfiles

Checkout a clone of these files with:

git clone git@github.com:nathanlong/dotfiles.git ~/.dotfiles

Then cd ~/.dotfiles

Run the install script

All the config files are managed from the ~/.dotfiles directory, but we create symlinks to all the different config locations. To run the full install:

cd ~/.dotfiles
./bin/install.sh

Follow the prompts to link the configs, and download brew and global npm packages.

Open Neovim, install plugins

Now that Neovim is installed, run nvim in the terminal and Lazy.nvim should install all Neovim plugins.

And that should be it! Happy coding!

About

dotfiles for zsh, git, and my heavily opinionated nvim setup

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published