Compare commits
7 Commits
4915c167cf
...
c76d976b72
Author | SHA1 | Date | |
---|---|---|---|
c76d976b72 | |||
2385323915 | |||
1c25d99d63 | |||
20fb651d6e | |||
677653ff3d | |||
4ece82b799 | |||
3873499b13 |
9
brewlist
9
brewlist
@ -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
10
casklist
Normal 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
14
git/.config/git/config
Normal 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
3
git/work/.gitconfig
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
[user]
|
||||||
|
email = caleb@flip.app
|
||||||
|
|
7
install
7
install
@ -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
|
||||||
|
@ -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 $
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user