https://github.com/kdby-io/dotfiles
Configuration files for personal development environment setup
https://github.com/kdby-io/dotfiles
Last synced: about 16 hours ago
JSON representation
Configuration files for personal development environment setup
- Host: GitHub
- URL: https://github.com/kdby-io/dotfiles
- Owner: kdby-io
- Created: 2017-05-29T11:00:01.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-10-24T05:45:15.000Z (over 3 years ago)
- Last Synced: 2025-06-27T22:06:53.387Z (about 16 hours ago)
- Language: Vim script
- Homepage:
- Size: 36.1 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dotfiles
Configuration files for my personal development environment setup
## Applications
- [Fish shell](https://https://fishshell.com/)
- [Tmux](https://tmux.github.io/)
- [Tmuxp](https://github.com/tony/tmuxp)
- vim## Installation
**Warning:** If you already have your own configuration files for above applications, this shell script will overwrite them.
```sh
git clone https://github.com/pueue/dotfiles
cd dotfiles
chmod +x ./setup.sh
./setup.sh
```## Usages
pj
z
nvim
fuck
...tmux
## Symbolic link
Running `setup.sh` spreads dotfiles to your local machine using symbolic link. It makes keep tracking changes of these dotfiles by git. It also provides dependency for your development environment. If you remove this repository folder from your local machine after installation, you might see 'No file or directory' Error. This makes you assure keeping tracking dotfile changes.