Skip to content

Releases: Clumsy-Coder/dotfiles

1.24.2

22 Dec 20:21
441e871

Choose a tag to compare

TLDR

  • Restructure files in roles/zsh/files so the directory roles/zsh/files/zsh can be symlinked to ~/.config/zsh.
  • Move powerlevel10k config file to it's ansible role

Full Changelog: 1.24.1...1.24.2

1.24.1

22 Dec 17:56
9254cb4

Choose a tag to compare

TLDR

Load oh-my-zsh when opening the terminal

At first I thought I didn't need it, but some of the plugins installed via zinit uses oh-my-zsh (ex: copybuffer)


Full Changelog: 1.24.0...1.24.1

1.24.0

21 Dec 20:30
48c7a29

Choose a tag to compare

TLDR

Add tmux plugin tmux-resurrect and tmux-continuum

  • Add tmux plugin
    • tmux-resurrect
    • tmux-continuum
  • Configure plugin
    • tmux-resurrect
      • Create save directory if it doesn't exist ~/.local/state/tmux/plugins/tmux-resurrect
      • Set save directory to ~/.local/state/tmux/plugins/tmux-resurrect
    • tmux-continuum
      • Auto restore on boot
      • Tmux session interval every 5 minutes

Full Changelog: 1.23.2...1.24.0

1.23.2

20 Dec 02:58

Choose a tag to compare

TLDR

Remove dotbot files

  • dotbot submodule
  • ./meta directory
  • ./tools/cron directory
  • ./tools/neovim directory
  • ./tools/spacevim directory
  • ./tools directory
  • ./dotbot-readme.md
  • ./install-standalone
  • ./install-profile

Why?

Dotbot is replaced with Ansible. So these files are no longer needed


What's Changed

Full Changelog: 1.23.1...1.23.2

1.23.1

20 Dec 01:59

Choose a tag to compare

Move files and folders from tools directory to their respective roles directory

Ex:

  • tools/zsh to roles/zsh/files
  • tools/tmux to roles/tmux/files

Why?
Ansible is used to setup the workstation, so it makes sense to have the files placed in their respective roles directories