Skip to content

ADSmith-0/dot-files

Repository files navigation

Dot files for my terminal setup

  • install.sh - Runs install_dependencies.sh and unpack.sh
  • install-dependencies.sh - Install necessary dependencies to make everything work
  • unpack.sh - Creates symlinks to necessary areas of the OS, so that everything can be controlled from this directory, but the configs are in the correct place for the tools

Dependencies

Sometimes the install_dependencies won't work as expected, so here is a list of dependencies for each tool

Zsh

Fzf

Fzf is usually out of date on most package managers so it's better to install it from source

Alacritty

Nvim

  • nvim - remember to get the unstable release
  • fzf (telescope) - Install MANUALLY, most linux distros are very far behind on the version
  • fd (fzf & telescope)
  • ripgrep (telescope)
  • yazi - For file exploring in Nvim
  • make (for telescope)
  • npm, nodejs (required for downloading certain language servers)
  • nvm (helps keep npm up-to-date)

Tmux

Other stuff to remember

  • Setup git ssh key
    • Note: That the git remote origin has to be ssh for this to work, if you use http(s) it will not use SSH
  • Remember to change the email in the .gitconfig
  • Open tmux and run: prefix + I to install dependencies

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors