Move dotfiles directory from toplevel of /home to .dotfiles
This commit is contained in:
parent
9dfc96b92b
commit
d0e2a4c4e8
@ -94,7 +94,7 @@ lsbin() {
|
|||||||
|
|
||||||
# Use GNU long flags
|
# Use GNU long flags
|
||||||
stow-config() {
|
stow-config() {
|
||||||
local dotfile_dir="${HOME}/Dotfiles"
|
local dotfile_dir="${HOME}/.dotfiles"
|
||||||
|
|
||||||
for conf in "${@}"; do
|
for conf in "${@}"; do
|
||||||
if [[ -n ${conf} ]]; then
|
if [[ -n ${conf} ]]; then
|
||||||
|
@ -34,7 +34,7 @@ alias wget='wget --hsts-file="${XDG_DATA_HOME}/wget-hsts"'
|
|||||||
|
|
||||||
# Navigation
|
# Navigation
|
||||||
alias dirconf='"${EDITOR}" -- "${XDG_CONFIG_HOME:-${HOME}/.config}/user-dirs.dirs"'
|
alias dirconf='"${EDITOR}" -- "${XDG_CONFIG_HOME:-${HOME}/.config}/user-dirs.dirs"'
|
||||||
alias dotfiles='cd "${HOME}/Dotfiles"'
|
alias dotfiles='cd "${HOME}/.dotfiles"'
|
||||||
alias xch='cd -- ${XDG_CONFIG_HOME:-${HOME}/.config}'
|
alias xch='cd -- ${XDG_CONFIG_HOME:-${HOME}/.config}'
|
||||||
alias xcah='cd -- ${XDG_CACHE_HOME:-${HOME}/.cache}'
|
alias xcah='cd -- ${XDG_CACHE_HOME:-${HOME}/.cache}'
|
||||||
alias xdh='cd -- ${XDG_DATA_HOME:-${HOME}/.local/share}'
|
alias xdh='cd -- ${XDG_DATA_HOME:-${HOME}/.local/share}'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user