Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 572 Bytes

README.md

File metadata and controls

25 lines (22 loc) · 572 Bytes

dotfiles

first installation

./first_install.sh

directories

├── first_install.sh
├── nvim
│   └── (neovim configuration, keymap, plugins)
├── README.md
└── scripts (install scripts)
    ├── applications
    │   └── (install scripts for other applications)
    ├── build_neovim.sh
    ├── install_essentials.sh
    ├── install_neovim_plugin.zsh
    ├── install_neovim.sh
    ├── install_nerdfont.sh
    ├── install_zsh_plugin.zsh
    └── install_zsh.sh