985 B
985 B
Installing useful tools
Vim
Create symlink
ln -s path/to/repository/generic_working_machine/vimrc ~/.vim/vimrc
- In general,
~/.vim/vimrccontains all plugins, which must be installed incl. the plugin manager itself (vim-plug)- To install the listed plugins, open vim, enter
:PlugInstalland press on enter
- To install the listed plugins, open vim, enter
- Set up
ryanoasis/vim-devicons- Download and install patched font containing glyphs/icons here, i.e. JetBrainsMono Nerd Font
- Change font in terminal settings; for iTerm2 go to
Profiles > Text > Fontand select the installed Nerd Font
zsh
Create symlink (TODO: maybe there are machine specific settings here, I'd llike to be able to set)
ln -s path/to/repository/generic_working_machine/zshrc ~/.zshrc
tmux
Create symlink
ln -s path/to/repository/generic_working_machine/tmux.conf ~/.tmux.conf