Skip to content
/ dotfiles Public
forked from SimonCW/dotfiles

The best dotfiles on the internet FULLSTOP

License

Notifications You must be signed in to change notification settings

lde76/dotfiles

 
 

Repository files navigation

My dotfiles. Uses GNU Stow to create symlinks.

Create symlinks

To "install" all dotfiles use the make file:

make

Or, stow all directories:

stow --target=$HOME */

Working with the private submodule

Upon first clone init submodules:

git submodule init

Update Submodules:

git submodule update --rebase --remote

Modify file in Submodule:

cd submodule_dir
# modify file
git add .
git commit -m "..."
cd ..
git add .
git commit -m "..."

Notes on terminfo: Update 2024-01-09 Since macOS 14 (Sonoma) the terminfo hack isn't necessary anymore, so I removed the file.

This was necessary to get the colors right in tmux, neovim, alacritty on my MacOS (tmux-256color in .tmux.conf). See this for context https://gpanders.com/blog/the-definitive-guide-to-using-tmux-256color-on-macos/ You can check with the ./24-bit-color.sh script.

About

The best dotfiles on the internet FULLSTOP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 72.8%
  • Lua 27.1%
  • Makefile 0.1%