Skip to content

yoannfleurydev/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

DOTFILES

Terminal

Ghostty is my main terminal, it is very fast. As a shell, I use fish, that I find fast too and that has great default integrations. The prompt I use is starship.

Requirements

Set fish as your login shell :

chsh -s $(which fish)

Installation

  1. Create default directories mkdir ~/{bin,dev,etc,tmp,work} -p
  2. Clone this repository git clone git@github.com:yoannfleurydev/dotfiles.git ~/etc
  3. Go to the folder cd ~/etc/dotfiles
  4. Use stow (brew install stow): stow -t ~/ .

Command Line Interface softwares

  • gitweb - Open the current remote repository in your browser
  • bat - A cat(1) clone with wings.
  • the_silver_searcher - similar to ack but faster
  • tig - text mode interface for git
  • ranger - a VIM-inspired file manager
  • fzf - ๐ŸŒธ A command-line fuzzy finder
  • fpp - Facebook Path Picker

About

๐Ÿ‘จโ€๐Ÿ’ป Configuration files for my softwares. Use with caution. Works on my machine.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published