Skip to content

GiovaneRibeiro-neuro/dotfiles

 
 

Repository files navigation

dotfiles

My dotfiles and scripts to make my life easier. Works on zsh or bash. Strongly inspired on this project (Thanks Davidson!! :D) and this link.

Pre-requisites

  • rust (more specifically, cargo)
  • nvm (and the most recent Node.JS)
  • nerd-fonts (More specifically, ttf-font-awesome; ttf-jetbrains-mono-nerd; ttf-nerd-fonts-symbols)
  • libc e outras bibliotecas de compilação (build-essential in ubuntu ou base-devel in arch)

Some available configurations

How can I use it?

Just run this line in your home folder:

curl -o- https://raw.githubusercontent.com/giovanebribeiro/dotfiles/master/cfg-install | /bin/bash

After the installation, reboot (or open a new terminal to load the correct .zshrc) and if you are on arch, run the setup script:

$ arch-setup.sh

If something changes, to save them on this repo, just type:

# if is a new file
$ cfg add $HOME/path/to/file
# commit changes
$ cfg commit -am "lorem ipsum"
# push to repo
$ cfg push

About

My dotfiles and scripts to make my life easier

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Shell 56.9%
  • Python 27.7%
  • Vim Script 15.4%