Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yasinuslu/dotfiles
https://github.com/yasinuslu/dotfiles
dotfiles fish fisherman fzf oh-my-fish omf tmux vim vimrc
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yasinuslu/dotfiles
- Owner: yasinuslu
- License: mit
- Created: 2015-07-15T00:39:07.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T20:03:01.000Z (11 months ago)
- Last Synced: 2024-05-21T15:37:08.305Z (6 months ago)
- Topics: dotfiles, fish, fisherman, fzf, oh-my-fish, omf, tmux, vim, vimrc
- Language: Shell
- Size: 1.27 MB
- Stars: 20
- Watchers: 4
- Forks: 7
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dotfiles
## DEPRECATED
This project is deprecated in favor of [nix-config](https://github.com/yasinuslu/nix-config)![](assets/screenshot.png)
### Backup all your current dotfiles, this dotfiles will delete them without any warnings.
> [NerdFonts](https://www.nerdfonts.com/) is required for the icon-fonts in ls to work.
## Demo
You can check out this dotfiles with docker:
```sh
docker run --rm -it yasinuslu/dotfiles
```## Installation
```sh
git clone https://github.com/yasinuslu/dotfiles.git
cd dotfiles
./df.sh install
```Then if you want to apply one of the user profiles:
```sh
./df.sh apply-nepjua-config
```Available profiles:
- nepjua => apply-nepjua-config
## Usage
We use fish, just run `fish`
### Make fish your default shell
- In POSIX compliant shells like `bash` or `zsh`
```sh
chsh -s $(which fish)
```- In `fish`
```sh
chsh -s (which fish)
```## Troubleshooting
### Can not copy the text from tmux
If you're on Mac OS, chances are you might be missing this package:
```
brew install reattach-to-user-namespace
```Also would be helpful to see [this post](https://medium.com/@bramblexu/enable-tmux-copy-paste-in-vs-code-terminal-for-mac-408a5cf94cd9)
## References
- [https://github.com/gpakosz/.tmux](https://github.com/gpakosz/.tmux)
- [https://github.com/junegunn/fzf](https://github.com/junegunn/fzf)
- [https://github.com/SpaceVim/SpaceVim](https://github.com/SpaceVim/SpaceVim)
- [https://github.com/icy/pacapt](https://github.com/icy/pacapt)
- [https://github.com/asdf-vm/asdf](https://github.com/asdf-vm/asdf)