Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jameskurlander/dotfiles
- Owner: JamesKurlander
- Created: 2024-09-06T00:15:21.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-17T19:56:58.000Z (29 days ago)
- Last Synced: 2024-10-18T17:29:04.287Z (28 days ago)
- Topics: gitmux, homebrew, neovim, tmux, zsh
- Language: Lua
- Homepage:
- Size: 33.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```