add init-dotfiles for easier setup
This commit is contained in:
parent
d105417d06
commit
5fabdedefc
2 changed files with 11 additions and 0 deletions
7
init-dotfiles
Executable file
7
init-dotfiles
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# Setup .zshrc folder in .config for zsh to work
|
||||
echo 'ZDOTDIR=$XDG_CONFIG_HOME/zsh/' >> /etc/zsh/zshenv
|
||||
|
||||
# Create folder for history
|
||||
mkdir -p $(dirname "$HISTFILE")
|
Loading…
Add table
Add a link
Reference in a new issue