sh 一种优雅的Dotfile管理方法
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 一种优雅的Dotfile管理方法相关的知识,希望对你有一定的参考价值。
# <snippet 1>
mkdir -p ~/dotfiles/bash
cd ~/dotfiles/bash
git init
cp ~/.bashrc .
git add bash/
git commit -m "My first commit with my bashrc”
# <snippet 2>
cd ~
ln -s ~/dotfiles/.bashrc .bashrc
# <snippet 3>
ls -la
# <snippet 4>
cd dotfiles
stow bash
# <snippet 5>
$XDG_CONFIG_HOME/$PKGNAME
# <snippet 6>
$HOME/.config/$PKGNAME
# <snippet 7>
$HOME/dotfiles/$PKGNAME/.config/$PKGNAME
以上是关于sh 一种优雅的Dotfile管理方法的主要内容,如果未能解决你的问题,请参考以下文章
在 Gemfile 和 .ruby-version Dotfile 中列出 Ruby 版本是一种不好的做法吗?
text vim dotfile
python dotfile-sync.py
ini dotfile
ini tmux dotfile
一种忽略方法抛出的任何错误的优雅方法