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

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

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.