Compare commits

...

7 Commits

6 changed files with 35 additions and 12 deletions

View File

@ -2,8 +2,6 @@ ansible
ansible-language-server ansible-language-server
ansible-lint ansible-lint
bat bat
black
caddy
deno deno
eza eza
fd fd
@ -14,7 +12,7 @@ go
hashicorp/tap/consul hashicorp/tap/consul
hashicorp/tap/nomad hashicorp/tap/nomad
hashicorp/tap/vault hashicorp/tap/vault
Stop htop
oh-my-posh oh-my-posh
libpq libpq
minio/stable/minio minio/stable/minio
@ -23,11 +21,10 @@ ory/tap/hydra
ory/tap/kratos ory/tap/kratos
oven-sh/bun/bun oven-sh/bun/bun
pnpm pnpm
postgresql@16 pyenv
python@3.11 pyenv-virtualenv
redis redis
rust rust
seaweedfs
stow stow
tmux tmux
yamllint 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 #!/bin/sh
# Install Brew
NONINTERACTIVE=1 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
# Set Homebrew Taps # Set Homebrew Taps
brew tap hasicorp/tap brew tap hasicorp/tap
# Install Brew Packages # Install Brew Packages
xargs brew install < brewlist xargs brew install < brewlist
# Install Brew Casks
xargs brew install --cask < casklist
# Sym Link Configs # Sym Link Configs
folders=("alacritty" "nvim" "tmux" "zsh") folders=("alacritty" "nvim" "tmux" "zsh" "git")
for folder in "${folders[@]}" for folder in "${folders[@]}"
do do

View File

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