Releases: Clumsy-Coder/dotfiles
Releases · Clumsy-Coder/dotfiles
1.24.2
TLDR
- Restructure files in
roles/zsh/filesso the directoryroles/zsh/files/zshcan 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
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
TLDR
Add tmux plugin tmux-resurrect and tmux-continuum
- Add tmux plugin
tmux-resurrecttmux-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
- Create save directory if it doesn't exist
tmux-continuum- Auto restore on boot
- Tmux session interval every
5minutes
Full Changelog: 1.23.2...1.24.0
1.23.2
TLDR
Remove dotbot files
- dotbot submodule
./metadirectory./tools/crondirectory./tools/neovimdirectory./tools/spacevimdirectory./toolsdirectory./dotbot-readme.md./install-standalone./install-profile
Why?
Dotbot is replaced with Ansible. So these files are no longer needed
What's Changed
- 95 retire dotbot by @Clumsy-Coder in #98
Full Changelog: 1.23.1...1.23.2
1.23.1
Move files and folders from tools directory to their respective roles directory
Ex:
tools/zshtoroles/zsh/filestools/tmuxtoroles/tmux/files
Why?
Ansible is used to setup the workstation, so it makes sense to have the files placed in their respective roles directories