File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -39,6 +39,9 @@ Host srv-prod-10.home.clcreative.de
3939Host srv-prod-11.home.clcreative.de
4040 User xcad
4141
42+ Host srv-prod-12.cloud.clcreative.de
43+ User xcad
44+
4245Host nas-prod-1.home.clcreative.de
4346 User xcad
4447
@@ -71,4 +74,3 @@ Host nas-test-1.home.clcreative.de
7174
7275Host nas-test-2.home.clcreative.de
7376 User root
74-
Original file line number Diff line number Diff line change 1- # Alias
2- # ---
3- #
41alias k=" kubectl"
2+ alias kc=" kubectx"
3+ alias kn=" kubens"
54alias h=" helm"
65alias tf=" terraform"
76alias a=" ansible"
87alias 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-
168alias ls=" eza --icons --group-directories-first"
179alias ll=" eza --icons --group-directories-first -l"
18- # alias grep='grep --color'
1910
20- alias prx=" ssh root@prx-prod-2.home.clcreative.de"
Original file line number Diff line number Diff line change @@ -17,4 +17,3 @@ eval "$(zoxide init zsh)"
1717# kubectl krew
1818export PATH=" ${KREW_ROOT:- $HOME / .krew} /bin:$PATH "
1919
20- # PROMPT="${PROMPT}"$'\n\n'
You can’t perform that action at this time.
0 commit comments