This repository is a fork of HiDeoo's dotfiles for my Linux (Fedora) environment.
It uses Prezto, the configuration framework for Zsh. It will be automatically installed if not detected.
$ git clone https://github.com/Manoz/dotfiles-linux
$ cd dotfiles-linux
$ chmod +x configure install
Note: Make sure to backup your existing dotfiles or add all your configurations in this repository before using the configure script as it will erase the current ones.
Use either the configure or install script:
$ ./configure
$ ./install
The dotfiles installation is made using Dotbot. The configure
script will automatically call Dotbot using the .configure.yaml
file which contains all steps of the process.
This script basically install every apps I need on my Linux environment. It will launch the following scripts located in the setup
folders:
apps.sh
: install various apps for Fedora environment. This is the file to edit to define all apps you want to install on your system.nvm.sh
: install NVMnode.sh
: install the latest stable version of Node.js using NVM and install various global packages. This is the file to define all the global packages you want to install