mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
chezmoi: init scripts
This commit is contained in:
parent
c1a63e4658
commit
eb31d815ce
6 changed files with 38 additions and 0 deletions
9
home/scripts/run_once_vim.sh
Normal file
9
home/scripts/run_once_vim.sh
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#!/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}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue