https://github.com/dylanmeca/dotfiles
My repository of dotfiles, here you will find the files and some settings that I use in linux.
https://github.com/dylanmeca/dotfiles
bash dotfiles linux neovim nvim shell terminal ubuntu ubuntu-desktop
Last synced: 3 months ago
JSON representation
My repository of dotfiles, here you will find the files and some settings that I use in linux.
- Host: GitHub
- URL: https://github.com/dylanmeca/dotfiles
- Owner: dylanmeca
- License: gpl-3.0
- Created: 2021-03-18T19:34:49.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-08-28T01:18:18.000Z (almost 2 years ago)
- Last Synced: 2025-07-12T14:46:17.455Z (11 months ago)
- Topics: bash, dotfiles, linux, neovim, nvim, shell, terminal, ubuntu, ubuntu-desktop
- Language: TeX
- Homepage:
- Size: 7.76 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotfiles
[](https://github.com/dylanmeca/dotfiles)
[](https://github.com/dylanmeca/dotfiles/blob/master/LICENSE)
[](https://github.com/dylanmeca)
[](https://github.com/dylanmeca/dotfiles/blob/master/.github/ISSUE_TEMPLATE/bug_report.md)
[](https://github.com/dylanmeca/dotfiles/blob/master/SECURITY.md)
[](https://www.gnu.org/software/bash/)
[](https://www.vim.org)

My repository of dotfiles, here you will find the files and some settings that I use in linux.
## Install custom neovim
I have created something that customizes the neovim code editor, and in order to install it you must go to linux and run these commands.
```bash
curl -fLo ~/.local/share/nvim/site/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
mkdir -p ~/.config/nvim
cd ~/.config/nvim
wget https://raw.githubusercontent.com/dylanmeca/dotfiles/main/.config/nvim/init.vim
nvim init.vim
```
Once inside ``` init.vim ``` put ``` :PlugInstall ``` and the plugins will begin to install once this is done put ``` :x ``` and then in the linux terminal you can use nvim to edit any file.
## Install .bashrc
To install .bashrc you must run these commands in your linux terminal:
```shell
rm -rf .bashrc
wget https://raw.githubusercontent.com/dylanmeca/dotfiles/main/.bashrc
wget https://raw.githubusercontent.com/git/git/master/contrib/completion/git-prompt.sh
mv git-prompt.sh .git-prompt.sh
```
once this is done, you just need to leave the terminal and re-enter and you will see a new presentation in the terminal.
## Authors
* **Dylan Meca** - *Initial Work* - [dylanmeca](https://github.com/dylanmeca)
You can also look at the list of all [contributors](https://github.com/dylanmeca/dotfiles/contributors) who have participated in this project.
## License
The license for this project is [GPL-3.0](https://github.com/dylanmeca/dotfiles/blob/main/LICENSE)