To setup your computer to work with *.test domains, e.g. project.test, awesome.test and so on, without having to add to your hosts file each time.
- Homebrew
- Mountain Lion -> High Sierra
To setup your computer to work with *.test domains, e.g. project.test, awesome.test and so on, without having to add to your hosts file each time.
| # Luke's config for the Zoomer Shell | |
| # Enable colors and change prompt: | |
| autoload -U colors && colors | |
| PS1="%B%{$fg[red]%}[%{$fg[yellow]%}%n%{$fg[green]%}@%{$fg[blue]%}%M %{$fg[magenta]%}%~%{$fg[red]%}]%{$reset_color%}$%b " | |
| # History in cache directory: | |
| HISTSIZE=10000 | |
| SAVEHIST=10000 | |
| HISTFILE=~/.cache/zsh/history |
| { | |
| "workbench.colorCustomizations": { | |
| "activityBar.background": "#434954", | |
| "editor.background": "#2E333A", | |
| "editor.lineHighlightBorder": "#383C45", | |
| "list.inactiveSelectionBackground": "#383C45", | |
| "sideBar.background": "#383C45", | |
| "sideBarSectionHeader.background": "#434954" | |
| } | |
| } |