Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lmammino/dotfiles
my dotfiles
https://github.com/lmammino/dotfiles
configuration dotfile dotfiles
Last synced: 16 days ago
JSON representation
my dotfiles
- Host: GitHub
- URL: https://github.com/lmammino/dotfiles
- Owner: lmammino
- License: mit
- Created: 2016-10-17T21:06:02.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-08-16T10:12:42.000Z (3 months ago)
- Last Synced: 2024-10-04T15:41:25.083Z (about 1 month ago)
- Topics: configuration, dotfile, dotfiles
- Language: Shell
- Size: 43.9 KB
- Stars: 14
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotfiles
My personal collection of dotfiles.
## Install
Clone the repo locally with:
```bash
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:
```bash
# ~/.config/fish/config.fishset 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
source $DOTCONF/yazi.sh
source $DOTCONF/zfz.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](https://github.com/lmammino/dotfiles/issues).You can also submit PRs as long as you adhere to the code standards and write
tests for the proposed changes.## License
Licensed under [MIT License](LICENSE). © Luciano Mammino.