mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 00:33:00 +00:00
Add multiple variables in chezmoi.toml, apply a more detailed ignore rule Use of chezmoi scripts Use Neogit for default git GUI (TUI) Integrate chezmoi with age
9 lines
209 B
Bash
9 lines
209 B
Bash
#!/bin/sh
|
|
|
|
XDG_STATE_HOME="${XDG_STATE_HOME:-$HOME/.local/state}"
|
|
XDG_DATA_HOME="${XDG_DATA_HOME:-$HOME/.local/share}"
|
|
|
|
|
|
mkdir -p $XDG_DATA_HOME/vim/after
|
|
mkdir -p $XDG_STATE_HOME/vim/{backup,swap,undo,view}
|
|
|