Skip to content

lucashicks1/dotfiles

Repository files navigation

Config stuff and dotfiles

Overview

All my dotfiles and config for some of the tools I use.

Things that I use:

  • GNU Stow - This creates all the symlinks and is used in the stow.sh script.
  • Bash - I find that bash has everything I need in a shell. I've tried using fish and zsh, but they were both too bloated for my liking.
  • TMUX - just a great multiplexer
  • Neovim - I tend to use this for most of my text editing needs (Sometimes I'll jump on vscode if I'm doing C#).
  • Helix - I'm trying to give this a go, but vim bindings are too stuck in my head

Things to install (I'll migrate to nix soon I promise)

Neovim

  • Neovim
  • Ripgrep -> for telescope.nvim
  • npm (ideally with nvm) -> for mason
  • luarocks -> blink.cmp needs jsregexp

Tmux

  • Tmux
  • tpm

Setup

To setup the symlinks, first download GNU Stow and then run the stow.sh script in the root of this repo.

cd dotfiles
./stow.sh

About

dotfiles (I use neovim btw...)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published