My own configuration files
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Julio Biason cf1555d007 Also, removed old configurations 4 years ago
bash Define NeoVim as the default editor 4 years ago
bat New Bat theme and lets see how disabling paging feels like 4 years ago
emacs.d Fixed loading Evil with its keybindings 4 years ago
i3 Added i3 configuration files 6 years ago
kitty Added new kitty layouts 4 years ago
nvim Added EditorConfig to NeoVim 4 years ago
starship Updating modules and adding spellings 4 years ago
vim Also, removed old configurations 4 years ago
.gitignore Ignore netrw history 4 years ago
.gitmodules Added EditorConfig to NeoVim 4 years ago
README.md Updated readme 5 years ago
install.sh Corrected a bunch of tiny problems in the install script 4 years ago

README.md

README

Welcome to my personal DotFiles repository.

... 'cause all the cool kids have one, right?

So far, the only things being managed here are

  • A simple but cool Bash prompt.
  • Emacs (tentative)
  • i3/sway
  • Tmux config
  • VIM configs

The Bash Prompt

The easiest way to install the Bash prompt is to add, on your .bashrc:

source $HOME/<path>/dotfiles/bash/bash_ps1.bash

Yup, just this.