Skip to content

yasinuslu/dotfiles

Repository files navigation

Dotfiles

DEPRECATED

This project is deprecated in favor of nix-config

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