Buddy Sandidge
9606935ba1
Add/update scripts for go tools
2 years ago
Buddy Sandidge
c779e1975a
Add function to get github releases
3 years ago
Buddy Sandidge
6c25eb7b7d
Add yaml_to_json, json_to_yaml, and k8s_last_config functions
3 years ago
Buddy Sandidge
47a89211a2
Add to_upper and to_lower aliases
3 years ago
Buddy Sandidge
070c118112
Add ideavimrc file
3 years ago
Buddy Sandidge
e1c6ea711a
Import profile from bashrc if profile has not been loaded
...
On Debian 11, opening a terminal with bash will run a bashrc file
without the profile. The bashrc expects profile to be loaded, so it will
load the profile.
To avoid circular imports, .profile will set __PROFILE_LOADED__ and the
bashrc file will load the .profile if that variable has not been set.
After that check, bashrc will unset __PROFILE_LOADED__ as cleanup
3 years ago
Buddy Sandidge
944dcd7d4b
Add github helper util functions
3 years ago
Buddy Sandidge
1996867364
Remove unneeded quotes
3 years ago
Buddy Sandidge
ddf8897690
Don't export PROMPT_COMMAND, not needed
3 years ago
Buddy Sandidge
92cc0c6aa6
Add bash history save on every command
3 years ago
Buddy Sandidge
fc475d61cd
Add colors jq module for cli
3 years ago
Buddy Sandidge
71179bc548
Add json prettier aliases
3 years ago
Buddy Sandidge
b74b4d551f
Add jq modules to base
3 years ago
Buddy Sandidge
8e73c4c778
Update fzf script
3 years ago
Buddy Sandidge
15f7ccae8b
Add man pages and header files to node install
4 years ago
Buddy Sandidge
51f5758aee
Add gitea install script
4 years ago
Buddy Sandidge
02d5592104
Fix default for XDG_CONFIG_DIRS
4 years ago
Buddy Sandidge
a9238d8897
Add XDG_CONFIG_DIRS and XDG_DATA_DIRS defaults to profile
4 years ago
Buddy Sandidge
7876a7d1dc
Add XDG_STATE_HOME for updated XDG desktop standard
4 years ago
Buddy Sandidge
e2a852d903
Update starship for version 0.54
4 years ago
Buddy Sandidge
ff0a131e55
Add helm install script
4 years ago
Buddy Sandidge
465f393a32
Update install-bat-home script to include bat-extras
4 years ago
Buddy Sandidge
3c6ab09dc1
Add install traefik script
4 years ago
Buddy Sandidge
5177645c2b
Fix runtime workaround
4 years ago
Buddy Sandidge
8ef95278ea
Add workaround for XDG_RUNTIME_DIR on macOS
4 years ago
Buddy Sandidge
2ed020fed3
Add install protoc home script and update utils for os x support
4 years ago
Buddy Sandidge
cd19545af2
Add more operating systems and architectures for get_os/get_arch
4 years ago
Buddy Sandidge
fb74e39a2b
Reduce boilerplate of install scripts
4 years ago
Buddy Sandidge
f0bd1541d7
move slugify alias to profile
4 years ago
Buddy Sandidge
4cce28f482
Cleanup bash prompt without starshp prompt
4 years ago
Buddy Sandidge
7afdf29e70
Add base zsh config from debian/ubuntu
4 years ago
Buddy Sandidge
3d976d8e84
Add zsh config to base package
4 years ago
Buddy Sandidge
996ee7e9d6
Move bash package to base
4 years ago
Buddy Sandidge
998695b1ba
Fix checking for the shell being run is bash or zsh
4 years ago
Buddy Sandidge
d1090feefe
Allow .profile to load multiple config files
...
• set environment variables in .profile load
• move bash settings to be in profile if they are for POSIX (sh/zsh/etc)
• use .d files in bash customizations
4 years ago
Buddy Sandidge
a3ab0c407f
Move user-dirs out of base
4 years ago
Buddy Sandidge
ef23a2887f
Create base package for profile
4 years ago