Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/domnikl/dotfiles
These are my dotfiles, living a happy life in ~
https://github.com/domnikl/dotfiles
dotfiles gitconfig prezto shell tools vimrc zsh
Last synced: 19 days ago
JSON representation
These are my dotfiles, living a happy life in ~
- Host: GitHub
- URL: https://github.com/domnikl/dotfiles
- Owner: domnikl
- License: apache-2.0
- Created: 2017-08-17T14:59:56.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2024-09-26T05:25:31.000Z (about 1 month ago)
- Last Synced: 2024-10-03T10:55:01.586Z (about 1 month ago)
- Topics: dotfiles, gitconfig, prezto, shell, tools, vimrc, zsh
- Language: Shell
- Homepage:
- Size: 167 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotfiles
These are my dotfiles, living a happy life in `~`.
## Installation
Clone this repo and run:
```sh
brew install direnv alacritty atuin fzf htop krew helm kustomize node python wget zsh direnvsh -c "$(wget -O- https://raw.githubusercontent.com/romkatv/zsh4humans/v5/install)"
cd $HOME && git clone [email protected]:domnikl/dotfiles.git && \
cd dotfiles && pip install -r requirements.txt && \
stow .
```Depending on the system and the terminal the dotfiles are used in, you may need to run Powerlevel10k setup again. Do so by running `p10k configure` and the assistant will guide you through the setup.
## Font
I use the MesloLGS NF font available [here](https://github.com/romkatv/powerlevel10k#meslo-nerd-font-patched-for-powerlevel10k). Be sure to use that wherever your terminal runs (VSCode, IntelliJ IDEA, Alacritty etc.).
## Other useful tools
```sh
npm install --global git-open
```