Skip to content

Commit 46d56aa

Browse files
Bootstrap and cleanup
1 parent 308eb5a commit 46d56aa

4 files changed

Lines changed: 56 additions & 14 deletions

File tree

.Bootstrap

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
# install essential formulae tools
2+
brew install ansible-lint
3+
brew install bat
4+
brew install bottom
5+
brew install cmatrix
6+
brew install docker
7+
brew install eza
8+
brew install fzf
9+
brew install gh
10+
brew install glab
11+
brew install helm
12+
brew install httpie
13+
brew install hugo
14+
brew install influxdb-cli
15+
brew install iperf3
16+
brew install jq
17+
brew isntall k3sup
18+
brew install kubectx
19+
brew install kubernetes-cli
20+
brew install nmap
21+
brew install node
22+
brew install opentofu
23+
brew install packer
24+
brew install python@3.13
25+
brew install teleport
26+
brew install telnet
27+
brew install terraform
28+
brew install vhs
29+
brew install wakeonlan
30+
brew install wget
31+
brew install yadm
32+
brew install yamllint
33+
brew install yq
34+
brew install zoxide
35+
36+
# install essential cask tools
37+
brew install --cask 1password-cli
38+
brew install --cask detail
39+
brew install --cask discord
40+
brew install --cask github
41+
brew install --cask google-chrome
42+
brew install --cask moom
43+
brew install --cask notion
44+
brew install --cask notion-calendar
45+
brew install --cask orbstack
46+
brew install --cask powershell
47+
brew install --cask raindropio
48+
brew install --cask remote-desktop-manager
49+
brew install --cask slack
50+
brew install --cask warp
51+
brew install --cask zoom

.ssh/config

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ Host srv-prod-10.home.clcreative.de
3939
Host srv-prod-11.home.clcreative.de
4040
User xcad
4141

42+
Host srv-prod-12.cloud.clcreative.de
43+
User xcad
44+
4245
Host nas-prod-1.home.clcreative.de
4346
User xcad
4447

@@ -71,4 +74,3 @@ Host nas-test-1.home.clcreative.de
7174

7275
Host nas-test-2.home.clcreative.de
7376
User root
74-

.zsh/aliases.zsh

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,10 @@
1-
# Alias
2-
# ---
3-
#
41
alias k="kubectl"
2+
alias kc="kubectx"
3+
alias kn="kubens"
54
alias h="helm"
65
alias tf="terraform"
76
alias a="ansible"
87
alias ap="ansible-playbook"
9-
10-
alias code="open -a 'Visual Studio Code'"
11-
12-
alias gprj="cd $HOME/Projects"
13-
alias gcs="cd $HOME/Projects/christianlempa/cheat-sheets"
14-
alias gbp="cd $HOME/Projects/christianlempa/boilerplates"
15-
168
alias ls="eza --icons --group-directories-first"
179
alias ll="eza --icons --group-directories-first -l"
18-
#alias grep='grep --color'
1910

20-
alias prx="ssh root@prx-prod-2.home.clcreative.de"

.zshrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,3 @@ eval "$(zoxide init zsh)"
1717
# kubectl krew
1818
export PATH="${KREW_ROOT:-$HOME/.krew}/bin:$PATH"
1919

20-
# PROMPT="${PROMPT}"$'\n\n'

0 commit comments

Comments
 (0)