All Projects → yasinuslu → dotfiles

yasinuslu / dotfiles

Licence: MIT license
No description or website provided.

Programming Languages

shell
77523 projects
typescript
32286 projects
javascript
184084 projects - #8 most used programming language
Dockerfile
14818 projects

Projects that are alternatives of or similar to dotfiles

Dots
Personal *nix configuration files
Stars: ✭ 136 (+580%)
Mutual labels:  tmux, fish, fzf
dotfiles
shell, git, vim, tmux .etc dotfiles, managed via gnu stow
Stars: ✭ 20 (+0%)
Mutual labels:  tmux, vimrc, fzf
dotfiles
Poom's Neovim, Tmux, Fish and other configurations for macOS & Linux. Literally my entire world.
Stars: ✭ 36 (+80%)
Mutual labels:  tmux, fish, vimrc
dotfiles
i3, Vim, Bash, Ruby, Typescript & React, Elixir, Golang & more!
Stars: ✭ 22 (+10%)
Mutual labels:  tmux, vimrc, fzf
dotfiles
❤ ~/.🛠🐈 the daily jam 🍞🥜🍇🍞
Stars: ✭ 55 (+175%)
Mutual labels:  tmux, fish, vimrc
oh-my-fish
The Fish Shell Framework
Stars: ✭ 8,403 (+41915%)
Mutual labels:  fish, omf, oh-my-fish
dotfiles
Dotfiles for Neovim (0.7+), Fish shell, git, Kitty, tmux, and more.
Stars: ✭ 54 (+170%)
Mutual labels:  tmux, fish, vimrc
Fzf
🌸 A command-line fuzzy finder
Stars: ✭ 40,965 (+204725%)
Mutual labels:  tmux, fish, fzf
dotfiles
💎 My vim/neovim, fish, git, and tmux configuration files
Stars: ✭ 49 (+145%)
Mutual labels:  tmux, fish, vimrc
dotfiles
❤ My ~/.dotfiles for fish/vim/tmux/git/alacritty.
Stars: ✭ 44 (+120%)
Mutual labels:  tmux, fish, vimrc
dotfiles
These dotfiles could be your life.
Stars: ✭ 42 (+110%)
Mutual labels:  tmux, fish, vimrc
dotfiles
Personal dotfiles 💻
Stars: ✭ 13 (-35%)
Mutual labels:  tmux, fish, vimrc
PenTerm
Terminal config for pentesters.
Stars: ✭ 20 (+0%)
Mutual labels:  tmux, fish, vimrc
dotfiles
My arch setup script and dotfiles
Stars: ✭ 37 (+85%)
Mutual labels:  tmux, fish, vimrc
Mac Bootstrap
💻 Provision a new Mac for web development with dotfiles + Fish/Zsh, Neovim, and Tmux
Stars: ✭ 96 (+380%)
Mutual labels:  tmux, fish
Dotfiles
If there is a shell, there is a way!
Stars: ✭ 112 (+460%)
Mutual labels:  tmux, fish
Dotfiles
👾 ~/
Stars: ✭ 91 (+355%)
Mutual labels:  tmux, fish
pyenv
Pyenv support plugin for fish-shell
Stars: ✭ 62 (+210%)
Mutual labels:  fish, fisherman
dotfiles
🍴 ~ dotfiles
Stars: ✭ 26 (+30%)
Mutual labels:  tmux, vimrc
Tmux 1password
🔑 Access your 1Password login items within tmux!
Stars: ✭ 167 (+735%)
Mutual labels:  tmux, fzf

Dotfiles

Backup all your current dotfiles, this dotfiles will delete them without any warnings.

NerdFonts is required for the icon-fonts in ls to work.

Demo

You can check out this dotfiles with docker:

docker run --rm -it yasinuslu/dotfiles

Installation

git clone https://github.com/yasinuslu/dotfiles.git
cd dotfiles
./df.sh install

Then if you want to apply one of the user profiles:

./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

    chsh -s $(which fish)
  • In fish

    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

References

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].