Skip to content

Releases: musq/dotfiles

v1.2.0

02 Aug 08:28
6b83289
Compare
Choose a tag to compare

1.2.0 (2020-08-02)

Bug Fixes

  • alacritty: Deprecation - remove scrolling.auto_scroll (e709cfd)
  • alacritty: Deprecation - remove tabspaces (da2171b)
  • alacritty: Remove scrolling.faux_multiplier (515711b)
  • bash-alias: Change public ip alias to ipp (30a6f56)
  • bash-export: Show hidden files, directories in fzf (ee82c80)
  • bash-function: Fix fzf selection on git commands (b0884b1), closes #1
  • git: Show detailed colorful reflog (913c66c)
  • git: Use case insensitive search in cm/cc (e91ae99)
  • git: Use pushInsteadOf to use SSH URL to push (ad3a619)
  • gitignore: Add .venv to global python ignore (2df852a)
  • gpg: Remove textmode from gpg.conf (78c93c4)
  • nix: Stop automatic install of some packages (63e2a90)
  • nvim: Set shortcut for better indentation (28bbf9c)
  • nvim: Use rg as searcher (f973653)
  • ssh: Default to high security configuration (6d63e02)
  • tmux: Use 24 bit color (83dc3d6)

Features

  • bash-function: Add fzf_git_diff and gd bash alias (6b83289)
  • bash-function: Add xei() to install Nix packages (b14a5e0)
  • bash-prompt: Set PS1 background to dark (e0f07a6)
  • delta: Install (cc3ff86)
  • git: Add fsgrep command (a27e40c)
  • gitignore: Add .mypy_cache (ca7efa7)
  • gitignore: Add python rules to global list (d522d0c)
  • ignore: Add ~/.ignore file (eef72e5)
  • nvim: Add vim-speeddating plugin (abb2729)
  • nvim: Show hidden files in filebeagle (6a32ecf)
  • nvim: Use +,- to increment, decrement (e300c6b)
  • tmux: Set Prefix + Enter to jump to last window (a2bc1a9)

v1.1.0

03 Nov 19:22
3ed8874
Compare
Choose a tag to compare

1.1.0 (2019-11-03)

Bug Fixes

  • alacritty: Reduce intensity of red color (3c3f3e1), closes #2
  • backup: Change location to ~/.backups/dotfiles (c3b2102)
  • bash: Use '/usr/bin/env bash' in shebang (7b11546)
  • directory: Remove ~/tools from creation steps (806d7e8)
  • git: Change reflog hash color to magenta (57377f2)
  • inputrc: Restore completion behaviour in vim mode (16b3daf)
  • mupdf: Uninstall from Nix (c5ae145)
  • neovim: Dim FilePath background color in statusline (34d1f54)
  • neovim: Remove deoplete plugin (d963926)
  • pinentry: Use pinentry instead of pinentry_qt5 (bb11be9)
  • setup: Use HTTPS link as origin URL (8f66cd3)
  • shell: Append commands to PROMPT_COMMAND (5ae7ac4)
  • shell: Fix bash vi-mode with fzf (faf5af5)
  • shell: Ignore commands beginning with spaces from history (741bbca)
  • shell: Revert Append commands to PROMPT_COMMAND (085a334)
  • shell: Revert Ignore commands beginning with spaces from history (b47f180)
  • ssh: Fix ssh-agent forwarding (719d56b)

Features

  • bash: Install v5 on Nix (10656bf)
  • buku: Define colorscheme (cc883a4)
  • buku: Install on Nix (dedefb8)
  • cmus: Define colorscheme and keybindings (a05908a)
  • cmus: Install on Nix (824d389)
  • completion: Add password-store bash script (e4a57d7)
  • directory: Create and harden ~/.credentials (f06ef16)
  • inputrc: Set vim editing mode in readline (ce0f35a)
  • mdcat: Install on Nix (4fae274)
  • ncdu: Install on Nix (2ebf4fe)
  • neovim: Add Conquer of Completion (coc) plugin (c29fc95)
  • neovim: Add vifm plugin (ab49e41)
  • profile.d: Add gnupg boot script (2fb9731)
  • shell: Record timestamp in bash history (170383c)
  • tmux: Bind v to visual selection in vim mode (8d23b6b)
  • vifm: Add vifmrc and sane colorscheme (f168a2a)
  • vifm: Install on Nix (7f38546)
  • vim: Set textwidth to 72 to wrap long lines (1b7dd82)
  • watchexec: Install on Nix (4f5797d)
  • zathura: Install on Nix (f7fa03c)

Performance Improvements

  • shell: Alias 'please' - sudo on last command (24b97e1)

v1.0.1

06 Aug 21:33
029ef8e
Compare
Choose a tag to compare

1.0.1 (2019-08-06)

Bug Fixes

  • readme: Add redirect links to badges (029ef8e)

v1.0.0

06 Aug 21:23
47cdc06
Compare
Choose a tag to compare

1.0.0 (2019-08-06)

Bug Fixes

  • lint: Resolve shellcheck issues (9ee3ad8)

Features

  • editorconfig: Specify editor configurations (6817736)
  • release: Create semantic-release config file (f60c4da)
  • setup: Draft the first working code (6db719c)

BREAKING CHANGES

  • setup: Include following features:
  • One line install script
  • Backup configuration files
  • Symlinks to ~/.config, ~/.bash*
  • Create directories, local config files
  • Install Nix packages
  • Local ssh, gnupg hardening
  • MacOS, Debian/Ubuntu preferences