bootstrap: link files in ~/.config first
The reason for this is so that I can link from the home directory to the files into ~/.config for files that need to be in the home directory (e.g., .bash_profile, .zprofile, .jupyter/*, etc.)
This commit is contained in:
parent
ef1142e992
commit
95fef2c20a
1 changed files with 7 additions and 7 deletions
14
bootstrap
14
bootstrap
|
@ -53,13 +53,6 @@ EOF
|
||||||
)
|
)
|
||||||
|
|
||||||
DOTFILES=$(cat <<EOF
|
DOTFILES=$(cat <<EOF
|
||||||
files/xcompose ${HOME}/.XCompose
|
|
||||||
files/bashrc ${HOME}/.bashrc
|
|
||||||
files/bash_profile ${HOME}/.bash_profile
|
|
||||||
files/jupyter_custom.js ${HOME}/.jupyter/custom/custom.js
|
|
||||||
files/jupyter_notebook.json ${HOME}/.jupyter/nbconfig/notebook.json
|
|
||||||
files/profile.sh ${HOME}/.zshenv
|
|
||||||
files/ssh_config ${HOME}/.ssh/config
|
|
||||||
files/alacritty.yml ${XDG_CONFIG_HOME}/alacritty/alacritty.yml
|
files/alacritty.yml ${XDG_CONFIG_HOME}/alacritty/alacritty.yml
|
||||||
files/gitconfig ${XDG_CONFIG_HOME}/git/config
|
files/gitconfig ${XDG_CONFIG_HOME}/git/config
|
||||||
files/gitignore ${XDG_CONFIG_HOME}/git/ignore
|
files/gitignore ${XDG_CONFIG_HOME}/git/ignore
|
||||||
|
@ -72,6 +65,13 @@ files/init.vim ${XDG_CONFIG_HOME}/nvim/init.vim
|
||||||
files/aliases.sh ${XDG_CONFIG_HOME}/shell/aliases.sh
|
files/aliases.sh ${XDG_CONFIG_HOME}/shell/aliases.sh
|
||||||
files/profile.sh ${XDG_CONFIG_HOME}/shell/profile.sh
|
files/profile.sh ${XDG_CONFIG_HOME}/shell/profile.sh
|
||||||
files/zshrc ${XDG_CONFIG_HOME}/zsh/.zshrc
|
files/zshrc ${XDG_CONFIG_HOME}/zsh/.zshrc
|
||||||
|
files/xcompose ${HOME}/.XCompose
|
||||||
|
files/bashrc ${HOME}/.bashrc
|
||||||
|
files/bash_profile ${HOME}/.bash_profile
|
||||||
|
files/jupyter_custom.js ${HOME}/.jupyter/custom/custom.js
|
||||||
|
files/jupyter_notebook.json ${HOME}/.jupyter/nbconfig/notebook.json
|
||||||
|
files/profile.sh ${HOME}/.zshenv
|
||||||
|
files/ssh_config ${HOME}/.ssh/config
|
||||||
EOF
|
EOF
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue