Compare commits
No commits in common. "c76d976b72f99b667a068fe6e4963d432207a7b6" and "4915c167cff07284e9880538ce5fa61a63a6fbd4" have entirely different histories.
c76d976b72
...
4915c167cf
9
brewlist
9
brewlist
@ -2,6 +2,8 @@ ansible
|
||||
ansible-language-server
|
||||
ansible-lint
|
||||
bat
|
||||
black
|
||||
caddy
|
||||
deno
|
||||
eza
|
||||
fd
|
||||
@ -12,7 +14,7 @@ go
|
||||
hashicorp/tap/consul
|
||||
hashicorp/tap/nomad
|
||||
hashicorp/tap/vault
|
||||
htop
|
||||
Stop
|
||||
oh-my-posh
|
||||
libpq
|
||||
minio/stable/minio
|
||||
@ -21,10 +23,11 @@ ory/tap/hydra
|
||||
ory/tap/kratos
|
||||
oven-sh/bun/bun
|
||||
pnpm
|
||||
pyenv
|
||||
pyenv-virtualenv
|
||||
postgresql@16
|
||||
python@3.11
|
||||
redis
|
||||
rust
|
||||
seaweedfs
|
||||
stow
|
||||
tmux
|
||||
yamllint
|
||||
|
10
casklist
10
casklist
@ -1,10 +0,0 @@
|
||||
1password-cli
|
||||
alacritty
|
||||
docker
|
||||
font-fira-code-nerd-font
|
||||
insomnia
|
||||
netnewswire
|
||||
raindropio
|
||||
utm
|
||||
visual-studio-code
|
||||
zed
|
@ -1,14 +0,0 @@
|
||||
# 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
|
||||
|
@ -1,3 +0,0 @@
|
||||
[user]
|
||||
email = caleb@flip.app
|
||||
|
7
install
7
install
@ -1,16 +1,17 @@
|
||||
#!/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" "git")
|
||||
folders=("alacritty" "nvim" "tmux" "zsh")
|
||||
|
||||
for folder in "${folders[@]}"
|
||||
do
|
||||
|
@ -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 10j
|
||||
noremap K 10k
|
||||
noremap J }
|
||||
noremap K {
|
||||
noremap H ^
|
||||
noremap L $
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user