Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/webmatze/dotfiles
my own configuration files
https://github.com/webmatze/dotfiles
dotfiles fzf gitconfig vimrc zshrc
Last synced: about 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-02-23T20:24:04.000Z (10 months ago)
- Last Synced: 2024-02-24T19:25:51.943Z (10 months 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)