Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

♻️ Re-factor dotfiles #19

Open
wants to merge 47 commits into
base: main
Choose a base branch
from
Open

♻️ Re-factor dotfiles #19

wants to merge 47 commits into from

Commits on Aug 17, 2022

  1. 💄 Update neofetch configuration

    Use neo-fetch predetetermined themes instead of wroting my own configuration
    Hidetoxin committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    a626a23 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2023

  1. 💥 Change nvim plugin manager

    Change plugin manager from packer.nvim to lazy.nvim
    Hidetoxin committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    f9ff252 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. 🚚 Re-name some nvim plugins

    Change the plugins names to make easier to figure form where I got them
    Hidetoxin committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    501798b View commit details
    Browse the repository at this point in the history
  2. 🐛 Fix tmux terminal

    Fix tmux not showing correctly by changing the default 'TERM'
    Hidetoxin committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    dd71b2d View commit details
    Browse the repository at this point in the history
  3. ✨ Add new aliases

    Add aliases for 'terragrunt' and 'aws-console'
    Hidetoxin committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    ae92a8f View commit details
    Browse the repository at this point in the history
  4. 🐛 Fix zsh startup

    Fix 'pass' store
    Hidetoxin committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    ed41b32 View commit details
    Browse the repository at this point in the history
  5. 🔥 Espanso file no longer needed

    I don't do tickets anymore hence this file is no longer needed
    Hidetoxin committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    59b667d View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2023

  1. ➕ Update Brewfile

    Add new installs to Brewfile
    Hidetoxin committed Apr 22, 2023
    Configuration menu
    Copy the full SHA
    b1b7faf View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. ♻️ Nvim

    Totally remake the neovim configuration
    Hidetoxin committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    c8100e1 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. 🔥 Remove nvim config

    Hidetoxin committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    05ffe4f View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. ♻️ Change nvim config

    Change to LazyVim defaut configuration
    Hidetoxin committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    a96d0aa View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. 💄 Add tmux plugin

    Change tmux powerline plugin
    Hidetoxin committed May 28, 2024
    Configuration menu
    Copy the full SHA
    e9a3442 View commit details
    Browse the repository at this point in the history
  2. 🔥 Remove un-used utilities

    Remove wtf, newsboat and commitizen
    Hidetoxin committed May 28, 2024
    Configuration menu
    Copy the full SHA
    1e1dbc7 View commit details
    Browse the repository at this point in the history
  3. ♻️ Empty 'work' fields

    Leave empty strings on work fields to re-work them later on.
    Hidetoxin committed May 28, 2024
    Configuration menu
    Copy the full SHA
    856895e View commit details
    Browse the repository at this point in the history
  4. 🐛 Add brew to the path

    Make sure brew is the first directory found on the path.
    Hidetoxin committed May 28, 2024
    Configuration menu
    Copy the full SHA
    26fa445 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. 🔥 Remove un-used files

    Change to apple music hence spotify is not neede anymore
    Hidetoxin committed May 29, 2024
    Configuration menu
    Copy the full SHA
    d967092 View commit details
    Browse the repository at this point in the history
  2. ✨ Add 'aichat' configurations

    Add configuration, aliases and environment variables for the 'aichat' client
    Hidetoxin committed May 29, 2024
    Configuration menu
    Copy the full SHA
    0992ae8 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. ♻️ Re-factor zsh configuration

    Remove bugs and re-factor zsh cnfiguration for faster loading.
    Hidetoxin committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    c5f6b49 View commit details
    Browse the repository at this point in the history
  2. ♻️ Split zinit configuration

    Split `zinit` configuration into `plugins` and `oh-my-zsh` snippets.
    Hidetoxin committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    1ed5285 View commit details
    Browse the repository at this point in the history
  3. ♻️ Re-factor tmux configuration

    Remove un-used plugins, add new ones and leave something for configuring later.
    Hidetoxin committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    4619490 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. ✨ Add nix-darwin configuration

    Manage `brew`, `AppStore` and `System Settings` via `nix-darwin`.
    Hidetoxin committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    b931f1c View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2024

  1. ✨ Add nix

    Add `nix` for better system management.
    Hidetoxin committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    24603b8 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. ♻️ Migrate nvim configuration

    Move from `lazy.nvim` to `kickstar-modular.nvim`.
    Hidetoxin committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    c7c242a View commit details
    Browse the repository at this point in the history
  2. 🔥 Remove Brewfile

    The `Brewfile` is no longer needed as I now use `nix` to manage the package installation.
    Hidetoxin committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    14fb612 View commit details
    Browse the repository at this point in the history
  3. ✨ Add borders configuration

    The `borders` app allows to add a border outline to `macos` windows.
    Hidetoxin committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    dc18778 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. ♻️ Re-factor sketchybar

    Change configuration to `lua`.
    Hidetoxin committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    9fe4a5e View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. ✨ Add calendar

    Add `date` and `time` items to display on the configuration.
    Hidetoxin committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    22fcda5 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. ✨ Add aerospace window manager

    Add `i3` inspired `aerospace` window manager instead of `yabai`.
    Hidetoxin committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    e694105 View commit details
    Browse the repository at this point in the history
  2. 🔧 Add colors file

    Add `gruvbox` colors file to by used by the `borders` application.
    Hidetoxin committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    27536d2 View commit details
    Browse the repository at this point in the history
  3. 🔧 Add new configurations to the window manager

    Add new bindings to `aerospace` and remove `yabai` bar isnce it have been deprecated.
    Hidetoxin committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    728fedd View commit details
    Browse the repository at this point in the history
  4. 🔧 Update espanso

    Add more useful completions for `LinkedIn`.
    Hidetoxin committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    087156b View commit details
    Browse the repository at this point in the history
  5. ✨ Add wezterm configuration

    Add `wezterm` as my main terminal emulator instead of `kitty`.
    Hidetoxin committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    c1a35bd View commit details
    Browse the repository at this point in the history
  6. 🔧 Add aerospace configuration

    Add workspaces for managing 'planing' and 'background applications'.
    Hidetoxin committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    ba54165 View commit details
    Browse the repository at this point in the history
  7. 🔧 Add options to tmux

    Add option to start indexing panes and windows at 1.
    Hidetoxin committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    aa1219f View commit details
    Browse the repository at this point in the history
  8. ♻️ Re-arrange nix configuration

    Add new `nix` flakes and format the code.
    Hidetoxin committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    8bfba1a View commit details
    Browse the repository at this point in the history
  9. 🐛 Change espanso shortcut

    The `cmd+space` shortcut was colliding with `monarch` launcher hence changing it to `cmd+e`.
    Hidetoxin committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    7b27825 View commit details
    Browse the repository at this point in the history
  10. ✨ Add k8s configuration

    Add `k8s` and `k9s` configuration files.
    Hidetoxin committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    f742c45 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. ♻️ Upgrade sketchybar configuration

    Add more widgents and modify the configuration structure.
    Hidetoxin committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    aa1528a View commit details
    Browse the repository at this point in the history
  2. ✏️ Fix typo on script

    Change color script from `colors` to `colors.sh`.
    Hidetoxin committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    c58900d View commit details
    Browse the repository at this point in the history
  3. 🙈 Update .gitignore

    Ignore all `.bak` files and all files under any `bin/` folder.
    Hidetoxin committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    9642448 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. ✨ Add new sketchybar

    Add new `sketchybar` configuration at the bottom of the screen.
    Hidetoxin committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    f4c3c06 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. 💄 Update sketchybar look

    Customize the `sketchybar` configuration with a `gruvbox` look.
    Hidetoxin committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    7c68704 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. ✨ Add svim indicator

    Add indicator to show which `svim` mode is currently being used.
    Hidetoxin committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    2a50ade View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2024

  1. ⚗️ Trying to change sketchybar2 beahviour

    Tryng to hide all the `aerospace` un-used workspaces and add those on a single bracket.
    Hidetoxin committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    ea156e6 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. ✏️ Fix typo on workspaces

    Forgot to remove the `T` workspace in `aerospace`.
    Hidetoxin committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    59cfb6d View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. ♻️ Split into modules the nix configuration

    Split the `nix` configuration into modules for an easier organization and maintenance.
    Hidetoxin committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    b76d312 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. 🎨 Improve nix applications

    Separate every application into a different `attrset`.
    Hidetoxin committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    1bed32a View commit details
    Browse the repository at this point in the history