This project is deprecated in favor of nix-config
NerdFonts is required for the icon-fonts in ls to work.
You can check out this dotfiles with docker:
docker run --rm -it yasinuslu/dotfiles
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
We use fish, just run fish
-
In POSIX compliant shells like
bash
orzsh
chsh -s $(which fish)
-
In
fish
chsh -s (which fish)
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