/README.md

https://github.com/SidOfc/dotfiles · Markdown · 30 lines · 23 code · 7 blank · 0 comment · 0 complexity · 4bd4edeb79cb19fc3f93e8627c50d8b9 MD5 · raw file

  1. # Dotfiles
  2. I like to keep my setup minimal and simple. It is based around the
  3. following tools:
  4. - [alacritty](https://github.com/alacritty/alacritty) >= 4.2
  5. - [fish](https://fishshell.com) >= 3.0
  6. - [tmux](https://github.com/tmux/tmux/wiki) >= 2.7
  7. - [asdf](https://asdf-vm.com) >= 0.7.6
  8. - [neovim](https://neovim.io) >= 0.4.2
  9. - [vim-plug](https://github.com/junegunn/vim-plug) latest
  10. - [fzf](https://github.com/junegunn/fzf) >- 0.20
  11. - [ripgrep](https://github.com/BurntSushi/ripgrep) >= 11.0.2
  12. - [autojump](https://github.com/wting/autojump) >= 22.5.3
  13. - [gnupg](https://www.gnupg.org) >= 2.2.19
  14. ## `bin/setup`
  15. The included `bin/setup` script will perform the following tasks:
  16. - **ask** what you want to do for each symlink in `$SYMLINKS`.
  17. - **ask** to check presence of each path/tool in `$TOOLS`.
  18. - **ask** to install and update vim plugins if `vim-plug` and `neovim` are installed.
  19. - **ask** to set `defaults` if on macOS.
  20. ## Installation
  21. $ git clone https://github.com/sidofc/dotfiles
  22. $ sudo chmod +x ./dotfiles/bin/setup
  23. $ ./dotfiles/bin/setup