The idea of this repo is to auto setup a new distro with all the little things I wat to be on my linux machine
In order to install the install.sh script has to be called as follow:
chmod +x ./install.sh
./install.shIf not called like this the source of the ~/.bashrc file will not be called propperly and the changes will only be visible after restarting the terminal, or running source command manually
After running the install.sh script, either restart the terminal or run the command below for the changes in the terminal to take effect
source ~/.bashrc- git
- net-tools
- fzf
- fuck
- JQ
- python3
- nvm
- node
- nvim
- nvim config ($HOME/.config/nvim -> $DOTFILES_PATH/nvim)
- .bashaliasrc
- .bashrc
- .bashexportsrc
- Clone the repo
- Create
.envfile and input the data there- Can be based on
.env-defaultfile
- Can be based on
- Run
install.sh - Either:
- Restart current terminal window
- Run
source ~/.bashrc
- k9s