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-language-server
|
||||||
ansible-lint
|
ansible-lint
|
||||||
bat
|
bat
|
||||||
|
black
|
||||||
|
caddy
|
||||||
deno
|
deno
|
||||||
eza
|
eza
|
||||||
fd
|
fd
|
||||||
@ -12,7 +14,7 @@ go
|
|||||||
hashicorp/tap/consul
|
hashicorp/tap/consul
|
||||||
hashicorp/tap/nomad
|
hashicorp/tap/nomad
|
||||||
hashicorp/tap/vault
|
hashicorp/tap/vault
|
||||||
htop
|
Stop
|
||||||
oh-my-posh
|
oh-my-posh
|
||||||
libpq
|
libpq
|
||||||
minio/stable/minio
|
minio/stable/minio
|
||||||
@ -21,10 +23,11 @@ ory/tap/hydra
|
|||||||
ory/tap/kratos
|
ory/tap/kratos
|
||||||
oven-sh/bun/bun
|
oven-sh/bun/bun
|
||||||
pnpm
|
pnpm
|
||||||
pyenv
|
postgresql@16
|
||||||
pyenv-virtualenv
|
python@3.11
|
||||||
redis
|
redis
|
||||||
rust
|
rust
|
||||||
|
seaweedfs
|
||||||
stow
|
stow
|
||||||
tmux
|
tmux
|
||||||
yamllint
|
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
|
#!/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" "git")
|
folders=("alacritty" "nvim" "tmux" "zsh")
|
||||||
|
|
||||||
for folder in "${folders[@]}"
|
for folder in "${folders[@]}"
|
||||||
do
|
do
|
||||||
|
@ -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 10j
|
noremap J }
|
||||||
noremap K 10k
|
noremap K {
|
||||||
noremap H ^
|
noremap H ^
|
||||||
noremap L $
|
noremap L $
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user