Skip to content
/ myconfig Public
forked from fa7ad/myconfig

All my "dotfiles" as a backup

License

Notifications You must be signed in to change notification settings

dR3b/myconfig

 
 

Repository files navigation

My configuration files

These are the dotfiles/configurations for most of my CLI apps


Requirements

For terminal:

  • fish
  • fontconfig
  • python3
  • neovim

...

Put it together

In bash:

mkdir -p ~/.fonts/ ~/.config/fontconfig/conf.d/
wget https://github.com/powerline/powerline/raw/develop/font/PowerlineSymbols.otf
wget https://github.com/powerline/powerline/raw/develop/font/10-powerline-symbols.conf
wget https://github.com/ryanoasis/nerd-fonts/raw/master/patched-fonts/FiraMono/Regular/complete/Fura%20Mono%20Regular%20Nerd%20Font%20Complete%20Mono.otf
mv PowerlineSymbols.otf ~/.fonts/
mv Fura\ Mono\ Regular\ Nerd\ Font\ Complete\ Mono.otf ~/.fonts/
mv 10-powerline-symbols.conf ~/.config/fontconfig/conf.d/
fc-cache -vf

git clone [email protected]:fa7ad/myconfig --branch arch --recursive
cd myconfig
fish INSTALL.fish
sleep 10 && chsh -s $(which fish)

About

All my "dotfiles" as a backup

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 56.3%
  • Perl 28.6%
  • Shell 5.5%
  • Lua 2.4%
  • Vim Script 2.4%
  • Python 2.2%
  • Other 2.6%