You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running `./install.sh` will run different instructions for OSX and Linux.
39
46
On OSX, several utilities and dependencies will be installed via **Homebrew, Git & Node** (will ask to install them if not found).
40
47
41
48
Once Homebrew, Git & Node are detected, these will install by default:
42
-
-**tree** (Helps to visualize directory tree on terminal)
43
-
-**ripgrep** (Line oriented search tool, better & faster than The Silver Searcher)
49
+
44
50
-**Python 3** (Programming language)
51
+
-**tree** (Helps to visualize directory tree on terminal)
52
+
-[**ripgrep**](https://github.com/BurntSushi/ripgrep) (Line oriented search tool, better & faster than The Silver Searcher)
45
53
-**reattach-to-user-namespace** (Hack to comfortably work with MacOS clipboard)
54
+
-**coreutils** (GNU File, Shell, and Text utilities)
55
+
-[**gpg**](https://gnupg.org/) (Encrypt and sign your data and communications)
56
+
-**minikube** (For local kubernetes)
57
+
-**kubernetes-cli** (The kubernetes CLI tool)
58
+
-**redis** (Because it's redis...)
59
+
-**direnv** (For easily working with env vars)
60
+
-[**bat**](https://github.com/sharkdp/bat) (like `cat` but better)
61
+
-[**git-delta**](https://github.com/dandavison/delta) (command line for Git utilities)
46
62
47
63
Then you'll be prompted to install the following programs/tools:
64
+
48
65
- Fish shell
49
66
- Neovim
50
67
- Rust
@@ -75,7 +92,13 @@ In order to fully display UI symbols, you need a 'Powerline patched font', you c
75
92
from [https://github.com/powerline/fonts](https://github.com/powerline/fonts), I recomend using
76
93
**Source Code Pro Medium**
77
94
78
-
You can install almost any version of **Ruby** via **rbenv**: `rbenv install **Version**`.
95
+
You can install almost any version of **Ruby** via **rbenv**: `rbenv install **Version**`, but if you installed `asdf` better use it instead.
96
+
97
+
---
98
+
99
+
**Important:** a symlink to your global `.gitconfig` will be created, make sure you update it with your personal credentials as by default it will contain mine. :)
0 commit comments