diff options
Diffstat (limited to 'content/post/getting unified experience.md')
-rw-r--r-- | content/post/getting unified experience.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/content/post/getting unified experience.md b/content/post/getting unified experience.md new file mode 100644 index 0000000..8fc08af --- /dev/null +++ b/content/post/getting unified experience.md @@ -0,0 +1,20 @@ ++++ +title = "Getting unified experience" +date = 2022-12-07 +[taxonomies] +categories = ["period"] +tags = ["gibberish"] +[extra] +math = false ++++ + +Lately, I'm trying get my tools working seamlessly cross my 2 working machines as well as a server. + +Since I already heard dotfiles for a while, but didn't get chance to familiar with. So I start searching around trying to set a dotfile up. + +Frankly, it is not that simple as I thought, given that my grounds differ from each other: 1x macOS, 1x archLinux, 1x archLinux server. + +Here's a brief description: all configuration files I want to put in `.config`, all plugins and config related files I want to place in `.local`. +The files I want to sync now are the configs and plugins of vim, zsh, tmux, gpg, and git. Those 5 softwares are my root. + +The problem is, due to different environment, my config for those machines have some custom setting, such as `XDG` env, my macOS doesn't need it. |