/configuration-files

My configuration files

Primary LanguageShellMIT LicenseMIT

My basic configuration files for Linux system

Run the below commands from your home directory:

git clone --recurse-submodules https://github.com/inflop/config-stash.git ~/
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ./.oh-my-zsh/custom/themes/powerlevel10k
sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs     https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'
sudo fc-cache -f -v

git

Files:

Requires installed:

zsh

Files:

Requires installed:

vim

Files:

Requires installed:

After install run command :PluginInstall within vim to install all plugins defined in the .vimrc file.

neovim

Requires installed:

  • neovim with vim-plug plugin

    sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'

After install run command :PlugInstall within neovim to install all plugins defined in the init.vim file.

rust

  • rust tools

    curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh