Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jameskurlander/dotfiles

My personal terminal configuration files.
https://github.com/jameskurlander/dotfiles

gitmux homebrew neovim tmux zsh

Last synced: 27 days ago
JSON representation

My personal terminal configuration files.

Awesome Lists containing this project

README

        

#Create .env files

In your home directory, create a file called `.zshenv` which defines a variable pointing to your oh-my-zsh installation path:

`export ZSH='/your/path/.oh-my-zsh'`

#Create symlinks

Run the following commands:

```bash
ln -s ~/path/to/repo/dotfiles/nvim ~/.config/nvim
ln -s ~/path/to/repo/dotfiles/zshrc ~/.zshrc
ln -s ~/path/to/repo/dotfiles/tmux.conf ~/.tmux.conf
```