https://github.com/webmatze/dotfiles
my own configuration files
https://github.com/webmatze/dotfiles
dotfiles fzf gitconfig vimrc zshrc
Last synced: 2 months ago
JSON representation
my own configuration files
- Host: GitHub
- URL: https://github.com/webmatze/dotfiles
- Owner: webmatze
- Created: 2018-11-23T13:12:50.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-02-23T20:24:04.000Z (over 2 years ago)
- Last Synced: 2025-02-26T17:47:17.945Z (over 1 year ago)
- Topics: dotfiles, fzf, gitconfig, vimrc, zshrc
- Language: Lua
- Homepage:
- Size: 93.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# webmatze dotfiles
## Requirements
We need `stow` to be able to automatically symlink the files.
```bash
brew install stow
```
## Install
Clone this repo to your home directory:
```bash
git clone git://github.com/webmatze/dotfiles.git ~/dotfiles
```
Install the dotfiles:
```bash
cd ~/dotfiles
stow zsh
stow tmux
```
# Available configurations
- fzf
- git
- nvim
- tmux
- vim
- warp
- zsh
## More about stow
* [Easily manage your Linux config files with Stow](https://thoughtbot.com/blog/rcm-for-rc-files-in-dotfiles-repos)
* [Stow manual](https://www.gnu.org/software/stow/manual/stow.html)