1
0
Fork
You've already forked devenv
0
dotfiles and scripts to set up a clean machine. Mac OSX or Linux
  • Lua 80.8%
  • Shell 16.1%
  • Vim Script 1.4%
  • Makefile 1.1%
  • Ruby 0.6%
2026年01月12日 15:22:52 +11:00
alacritty update font 2026年01月12日 15:22:52 +11:00
atuin what 2025年11月13日 12:32:36 +11:00
bat some colorscheme stuff 2025年04月03日 09:55:23 +11:00
fish fish variables 2026年01月12日 15:17:04 +11:00
git what 2025年05月30日 08:47:35 +10:00
helix some colorscheme stuff 2025年04月03日 09:55:23 +11:00
mise more config directories 2025年03月18日 12:47:01 +11:00
nvim don't track packer_compiled.lua 2026年01月09日 09:35:43 +11:00
vim vim why 2024年07月10日 09:25:42 +10:00
zed stuff, yeah? 2025年12月09日 15:57:35 +11:00
zellij update colors themes 2025年03月20日 08:50:59 +11:00
.gitignore don't track packer_compiled.lua 2026年01月09日 09:35:43 +11:00
.stowrc atuin 2025年03月18日 12:30:11 +11:00
Brewfile new mac new me 2024年11月22日 15:14:15 +11:00
Makefile new mac new me 2024年11月22日 15:14:15 +11:00
README.md note about .DS_Store files 2020年11月25日 17:14:57 +11:00
topgrade.toml more config directories 2025年03月18日 12:47:01 +11:00

divinegod dotfiles

Setup new system:

make install

Stuff it does

Uses:

  • fish
  • vim
  • brew
  • alacritty
  • tmux

Config

Add new folder for each package config. Update Makefile with new stow <package> command. Stow will symlink into the parent directory so make sure .dotfiles is located in ~/

macOS Stuff

Disable .DS_Store files:

defaults write com.apple.desktopservices DSDontWriteNetworkStores true