Compare commits

...

7 Commits

6 changed files with 35 additions and 12 deletions

View File

@ -2,8 +2,6 @@ ansible
ansible-language-server
ansible-lint
bat
black
caddy
deno
eza
fd
@ -14,7 +12,7 @@ go
hashicorp/tap/consul
hashicorp/tap/nomad
hashicorp/tap/vault
Stop
htop
oh-my-posh
libpq
minio/stable/minio
@ -23,11 +21,10 @@ ory/tap/hydra
ory/tap/kratos
oven-sh/bun/bun
pnpm
postgresql@16
python@3.11
pyenv
pyenv-virtualenv
redis
rust
seaweedfs
stow
tmux
yamllint

10
casklist Normal file
View File

@ -0,0 +1,10 @@
1password-cli
alacritty
docker
font-fira-code-nerd-font
insomnia
netnewswire
raindropio
utm
visual-studio-code
zed

14
git/.config/git/config Normal file
View File

@ -0,0 +1,14 @@
# Git configuration
#
# This file is for system configurations for git.
#
# For user configurations, see
# https://git-scm.com/docs/git-config
[user]
name = Caleb Braaten
email = git@cbraaten.dev
[includeif "gitdir:~/work/"]
path = ~/work/.gitconfig

3
git/work/.gitconfig Normal file
View File

@ -0,0 +1,3 @@
[user]
email = caleb@flip.app

View File

@ -1,17 +1,16 @@
#!/bin/sh
# Install Brew
NONINTERACTIVE=1 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
# Set Homebrew Taps
brew tap hasicorp/tap
# Install Brew Packages
xargs brew install < brewlist
# Install Brew Casks
xargs brew install --cask < casklist
# Sym Link Configs
folders=("alacritty" "nvim" "tmux" "zsh")
folders=("alacritty" "nvim" "tmux" "zsh" "git")
for folder in "${folders[@]}"
do

View File

@ -20,8 +20,8 @@ nnoremap <leader>sm :SupermavenToggle<CR>
" Helpful Movment Mappings
" Check out https://sidneyliebrand.medium.com/a-collection-of-vim-key-binds-4d227c9a455
noremap J }
noremap K {
noremap J 10j
noremap K 10k
noremap H ^
noremap L $