dotfiles
dotfiles copied to clipboard
my dotfiles
dotfiles
My personal collection of dotfiles.
Install
Clone the repo locally with:
git clone https://github.com/lmammino/dotfiles.git
Shell configuration (Fish shell 🐟)
In order to enable one or more scripts you just need to source them in your ~/.config/fish/config.fish
config file.
For instance:
# ~/.config/fish/config.fish
set DOTCONF $HOME/Documents/dotfiles/shell # make sure this matches where you cloned the repo
source $DOTCONF/00_brew.sh
source $DOTCONF/atuin.sh
source $DOTCONF/asdf.sh
source $DOTCONF/beep.sh
source $DOTCONF/clearf.sh
source $DOTCONF/deno.sh
source $DOTCONF/encryption.sh
source $DOTCONF/env.sh
source $DOTCONF/finder.sh
source $DOTCONF/fuck.sh
source $DOTCONF/git.sh
source $DOTCONF/go.sh
source $DOTCONF/localbin.sh
source $DOTCONF/ls.sh
source $DOTCONF/mp3.sh
source $DOTCONF/nim.sh
source $DOTCONF/node.sh
source $DOTCONF/python.sh
source $DOTCONF/rust.sh
source $DOTCONF/starship.sh
source $DOTCONF/vim.sh
source $DOTCONF/yarn.sh
Contributing
Everyone is very welcome to contribute to this project. You can contribute just by submitting bugs or suggesting improvements by opening an issue on GitHub.
You can also submit PRs as long as you adhere with the code standards and write tests for the proposed changes.
License
Licensed under MIT License. © Luciano Mammino.