- ps1.sh - Custom PS1 with faces. Can be sourced
- ps1_slurm.sh - Above but with the inclusion of number of active slurm jobs.
- init.vim - Input file with neovim customisations. Should be located in ~/.config/nvim/init.vim.
- i3/
- i3status/
- compton
- Install (latest version of!) neovim
- Move the init.vim in this repo to ~/.config/nvim/init.vim.
- Install vundle for managing packages into ~/.config/nvim/bundle/
- Open nvim and install packages with :PluginInstall command
ALE is enabled for mdl and pylint only by default. More linters are listed here if you want to add more to init.vim.
Autocompletion is enabled for plain text. Plugins for specific languages need to be installed.
Python - :MasonInstall pyright