# linux_config **Repository Path**: NU-LL/linux_config ## Basic Information - **Project Name**: linux_config - **Description**: https://github.com/NU-LL/linux_config - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-01-14 - **Last Updated**: 2023-01-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # About ## install ```bash # ubuntu: sudo apt install dialog ./install.sh ~ # Arch: sudo pacman -Syu dialog ./install.sh ~ ``` ## zsh theme: * [powerlevel10k](https://github.com/romkatv/powerlevel10k) plugs: * [zsh-autosuggestions](https://github.com/zsh-users/zsh-autosuggestions) * [zsh-syntax-highlighting](https://github.com/zsh-users/zsh-syntax-highlighting) ## vim plugs: * [vim-plug](https://github.com/junegunn/vim-plug) * [yianwillis/vimcdoc](https://github.com/yianwillis/vimcdoc) * [preservim/nerdtree](https://github.com/preservim/nerdtree) * [preservim/nerdcommenter](https://github.com/preservim/nerdcommenter) * [vim-airline/vim-airline](https://github.com/vim-airline/vim-airline) * [vim-airline/vim-airline-themes](https://github.com/vim-airline/vim-airline-themes)