https://github.com/jordelver/dotfiles
Configuration for all the things
https://github.com/jordelver/dotfiles
asdf dotfiles fish git tmux vim
Last synced: 4 months ago
JSON representation
Configuration for all the things
- Host: GitHub
- URL: https://github.com/jordelver/dotfiles
- Owner: jordelver
- Created: 2011-08-20T11:27:08.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2026-02-09T10:15:38.000Z (4 months ago)
- Last Synced: 2026-02-09T15:24:12.608Z (4 months ago)
- Topics: asdf, dotfiles, fish, git, tmux, vim
- Language: Lua
- Homepage:
- Size: 27.1 MB
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
## Install dotfiles
Clone the repo to ~/.dotfiles
git clone git@github.com:jordelver/dotfiles.git ~/.dotfiles
Run the install
This will link configs into ~/
cd ~/.dotfiles
./install.sh
## Environment variables
Environment variables containing secrets are exported from
`config/fish/conf.d/secrets.fish`.
Copy `config/fish/conf.d/secrets.fish.example` to
`config/fish/conf.d/secrets.fish` and fill in the values from somewhere. Good
luck!
## Install Homebrew
First we need to install Homebrew.
bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
## Install utilities
cd ~/.dotfiles/
brew bundle
## Install asdf
git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.8.0
### Install plugins
Neovim
asdf plugin add neovim
Ruby
asdf plugin add ruby https://github.com/asdf-vm/asdf-ruby.git
Erlang
asdf plugin add https://github.com/asdf-vm/asdf-erlang
Elixir
asdf plugin add elixir https://github.com/asdf-vm/asdf-elixir.git
NodeJS
asdf plugin add nodejs https://github.com/asdf-vm/asdf-nodejs
PostgreSQL
asdf plugin-add postgres
### To upgrade
cd ~/.asdf
git pull
cp ~/.asdf/completions/asdf.fish ~/.config/fish/completions
## Configure fzf
fzf is installed via Homebrew, but we need to configure it after install.
Run the install script
/usr/local/opt/fzf/install --key-bindings --no-completion --no-bash --no-zsh --no-update-rc
## Vim (Neovim)
Neovim versions are managed by `asdf` like other tools. Change the version in
`~/.tool-versions`.
### To update
asdf uninstall neovim nightly
asdf install neovim nightly
### Adding a new plugin
Add to the plugin definition to `~/.config/nvim/lua/config/plugins/` and run
`:Lazy`.
### Updating a plugin
Run `:Lazy` and choose to update from there.
## Fonts
My current font of choice is [Jet Brains Mono](https://www.jetbrains.com/lp/mono/)
set to 18pts in iTerm. The font lives in this repo at `fonts/JetBrainsMono-Regular.ttf`.
To install, the font should be copied to `~/Library/Fonts/`.
cp ~/.dotfiles/fonts/JetBrainsMono-Regular.ttf ~/Library/Fonts/