All of my important config files
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

43 lines
1.7 KiB

6 years ago
8 years ago
  1. # Schneiders Dotfiles
  2. In this repo you will find my config files of my command line setup and some
  3. info about my overall way of computing.
  4. ## Shell: [zsh](http://zsh.org/)
  5. After a long time using the well known bash I switched to zsh. I don't exactly
  6. remember the reasons for switching, probably I just wanted to give it a try, but
  7. found it to be a good alternative.
  8. You can't say zsh, without naming
  9. [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh), an incredibly good,
  10. 'community-driven framework for managing your zsh configuration'.
  11. Just simply install it and you have a great abundance of themes, plugins and
  12. other goodies right at your hands, which will make your everyday life at the
  13. command line a lot easier.
  14. ## [tmux](https://github.com/tmux/tmux/wiki)
  15. Tmux is a terminal multiplexer, which means, that you can have several virtual
  16. terminals in one 'real' terminal instance. You can also have multiple sessions
  17. and switch between them. Splitting up your window in different terminals is also
  18. possible, of course.
  19. You can also have some cool info displayed in the lower status line, like
  20. current time, hostname and even the [currently played
  21. song](https://git.schneider-hosting.de/schneider/dotfiles/src/branch/master/tmux/theme.sh#L55)
  22. in clementine.
  23. ## [fasd](https://github.com/clvv/fasd)
  24. Navigation on the command line on steroids.
  25. Access your frequently used files and directories with just small shortcuts.
  26. Have a look at the project readme to learn more.
  27. Switching between the tabs is as easy as pressing `<Ctrl>a <Ctrl>h|l`, depending
  28. in which direction you want to go.
  29. ## Installation
  30. Executing `./install.sh` will install the configuration. It will download
  31. oh-my-zsh, set zsh as default shell and links all important configuration
  32. files.