Compare commits

...

4 Commits

Author SHA1 Message Date
ivuorinen
b0d74bad1a chore(git): Update submodules (automated)
tmux/tmux-dark-notify v0.1.1
2024-06-13 03:04:48 +00:00
fcade15933 chore(nvim): update nvim-kickstart 2024-06-09 16:00:01 +03:00
6860909d39 chore(brew): Update bundle 2024-06-09 15:58:11 +03:00
493ad17c15 feat: antidot
Cleans up your $HOME from those pesky dotfiles
2024-06-09 15:57:41 +03:00
6 changed files with 48 additions and 17 deletions

View File

@@ -30,6 +30,10 @@ x-load-configs
# Import ssh keys in keychain # Import ssh keys in keychain
ssh-add -A 2>/dev/null ssh-add -A 2>/dev/null
x-have antidot && {
eval "$(antidot init)"
}
x-have rbenv && { x-have rbenv && {
eval "$(rbenv init - bash)" eval "$(rbenv init - bash)"
} }
@@ -38,4 +42,3 @@ x-have rbenv && {
x-have oh-my-posh && { x-have oh-my-posh && {
eval "$(oh-my-posh init bash --config $XDG_CONFIG_HOME/oh-my-posh.omp.json)" eval "$(oh-my-posh init bash --config $XDG_CONFIG_HOME/oh-my-posh.omp.json)"
} }
source "$DOTFILES/config/alias"

View File

@@ -18,6 +18,10 @@ export PATH="$XDG_BIN_HOME:$DOTFILES/local/bin:$HOME/.local/go/bin:$XDG_DATA_HOM
x-load-configs x-load-configs
x-have antidot && {
eval "$(antidot init)"
}
export COMPLETION_WAITING_DOTS=true export COMPLETION_WAITING_DOTS=true
if type brew &> /dev/null; then if type brew &> /dev/null; then

View File

@@ -3,6 +3,7 @@ tap "anchore/grype"
tap "cormacrelf/tap" tap "cormacrelf/tap"
tap "ddosify/tap" tap "ddosify/tap"
tap "dm3ch/tap" tap "dm3ch/tap"
tap "doron-cohen/tap"
tap "gesquive/tap" tap "gesquive/tap"
tap "github/gh" tap "github/gh"
tap "homebrew/autoupdate" tap "homebrew/autoupdate"
@@ -22,6 +23,18 @@ tap "xwmx/taps"
brew "act" brew "act"
# Simple, modern, secure file encryption # Simple, modern, secure file encryption
brew "age" brew "age"
# Mozilla CA certificate store
brew "ca-certificates"
# Mozilla CA bundle for Python
brew "certifi"
# Cryptographic recipes and primitives for Python
brew "cryptography"
# YAML Parser
brew "libyaml"
# Automate deployment, configuration, and upgrading
brew "ansible"
# Checks ansible playbooks for practices and behaviour
brew "ansible-lint"
# Generic-purpose lossless compression algorithm by Google # Generic-purpose lossless compression algorithm by Google
brew "brotli" brew "brotli"
# Library and utilities for processing GIFs # Library and utilities for processing GIFs
@@ -40,10 +53,6 @@ brew "jpeg-xl"
brew "aom" brew "aom"
# Apache Portable Runtime library # Apache Portable Runtime library
brew "apr" brew "apr"
# Mozilla CA certificate store
brew "ca-certificates"
# Cryptography and SSL/TLS Toolkit
brew "openssl@3"
# Companion library to apr, the Apache Portable Runtime library # Companion library to apr, the Apache Portable Runtime library
brew "apr-util" brew "apr-util"
# Password hashing library and CLI utility # Password hashing library and CLI utility
@@ -52,6 +61,16 @@ brew "argon2"
brew "aspell" brew "aspell"
# Automatic configure script builder # Automatic configure script builder
brew "autoconf" brew "autoconf"
# Collection of over 500 reusable autoconf macros
brew "autoconf-archive"
# GNU multiple precision arithmetic library
brew "gmp"
# Manage compile and link flags for libraries
brew "pkg-config"
# Automated text file generator
brew "autogen"
# Tool for generating GNU Standards-compliant Makefiles
brew "automake"
# Bourne-Again SHell, a UNIX command interpreter # Bourne-Again SHell, a UNIX command interpreter
brew "bash" brew "bash"
# Clone of cat(1) with syntax highlighting and Git integration # Clone of cat(1) with syntax highlighting and Git integration
@@ -66,18 +85,12 @@ brew "fontconfig"
brew "gettext" brew "gettext"
# Core application library for C # Core application library for C
brew "glib" brew "glib"
# Mozilla CA bundle for Python
brew "certifi"
# Human-friendly and fast alternative to cut and (sometimes) awk # Human-friendly and fast alternative to cut and (sometimes) awk
brew "choose-rust" brew "choose-rust"
# Cross-platform make # Cross-platform make
brew "cmake" brew "cmake"
# GNU multiple precision arithmetic library
brew "gmp"
# GNU File, Shell, and Text utilities # GNU File, Shell, and Text utilities
brew "coreutils" brew "coreutils"
# Cryptographic recipes and primitives for Python
brew "cryptography"
# Open source suite of directory software # Open source suite of directory software
brew "openldap" brew "openldap"
# Get a file from an HTTP, HTTPS or FTP server # Get a file from an HTTP, HTTPS or FTP server
@@ -160,6 +173,8 @@ brew "imagemagick"
brew "irssi" brew "irssi"
# Lightweight and flexible command-line JSON processor # Lightweight and flexible command-line JSON processor
brew "jq" brew "jq"
# JSON parser for C
brew "json-c"
# Scanning your k8s clusters, diagnosing, and triaging issues in simple English # Scanning your k8s clusters, diagnosing, and triaging issues in simple English
brew "k8sgpt" brew "k8sgpt"
# Network authentication protocol # Network authentication protocol
@@ -172,14 +187,14 @@ brew "libb2"
brew "libpq" brew "libpq"
# Multi-platform support library with a focus on asynchronous I/O # Multi-platform support library with a focus on asynchronous I/O
brew "libuv" brew "libuv"
# YAML Parser
brew "libyaml"
# Package manager for the Lua programming language # Package manager for the Lua programming language
brew "luarocks" brew "luarocks"
# LZMA-based compression program similar to gzip or bzip2 # LZMA-based compression program similar to gzip or bzip2
brew "lzip" brew "lzip"
# Swiss Army Knife for macOS # Swiss Army Knife for macOS
brew "m-cli" brew "m-cli"
# Collection of tools that nobody wrote when UNIX was young
brew "moreutils"
# Mongrel of mail user agents (part elm, pine, mush, mh, etc.) # Mongrel of mail user agents (part elm, pine, mush, mh, etc.)
brew "mutt" brew "mutt"
# NCurses Disk Usage # NCurses Disk Usage
@@ -188,10 +203,10 @@ brew "ncdu"
brew "nginx" brew "nginx"
# Port scanning utility for large networks # Port scanning utility for large networks
brew "nmap" brew "nmap"
# ISO-C API and CLI for generating UUIDs
brew "ossp-uuid"
# General-purpose scripting language # General-purpose scripting language
brew "php" brew "php"
# Manage compile and link flags for libraries
brew "pkg-config"
# Coreutils progress viewer # Coreutils progress viewer
brew "progress" brew "progress"
# Python version management # Python version management
@@ -248,6 +263,8 @@ brew "xdg-ninja", args: ["HEAD"]
brew "yarn" brew "yarn"
# Watcher for macOS 10.14+ light/dark mode changes # Watcher for macOS 10.14+ light/dark mode changes
brew "cormacrelf/tap/dark-notify" brew "cormacrelf/tap/dark-notify"
# Cleans up your $HOME from those pesky dotfiles
brew "doron-cohen/tap/antidot"
# lets you quickly switch between multiple git user profiles # lets you quickly switch between multiple git user profiles
brew "gesquive/tap/git-user" brew "gesquive/tap/git-user"
brew "keith/formulae/reminders-cli" brew "keith/formulae/reminders-cli"

View File

@@ -29,6 +29,8 @@ packages=(
github.com/rhysd/actionlint/cmd/actionlint@latest github.com/rhysd/actionlint/cmd/actionlint@latest
# simple terminal UI for git commands # simple terminal UI for git commands
github.com/jesseduffield/lazygit@latest github.com/jesseduffield/lazygit@latest
# Cleans up your $HOME from those pesky dotfiles
github.com/doron-cohen/antidot@latest
) )
for pkg in "${packages[@]}"; do for pkg in "${packages[@]}"; do
@@ -49,6 +51,11 @@ x-have git-profile && {
&& msg_ok "Installed completions for git-profile" && msg_ok "Installed completions for git-profile"
} }
x-have antidot && {
antidot update \
&& msg_ok "Updated antidot database"
}
echo "" echo ""
msg_run "Clearing go cache" msg_run "Clearing go cache"