https://github.com/barrientosvctor/dotfiles
My dotfiles configuration for every machine I use.
https://github.com/barrientosvctor/dotfiles
bash dotfiles pwsh tmux vim zsh
Last synced: 3 months ago
JSON representation
My dotfiles configuration for every machine I use.
- Host: GitHub
- URL: https://github.com/barrientosvctor/dotfiles
- Owner: barrientosvctor
- Created: 2022-09-18T01:22:47.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-03T21:05:19.000Z (about 1 year ago)
- Last Synced: 2025-04-03T21:33:03.526Z (about 1 year ago)
- Topics: bash, dotfiles, pwsh, tmux, vim, zsh
- Language: Shell
- Homepage:
- Size: 14.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Victor's dotfiles
## Notes
- Make sure to run the script on a terminal with administrator permissions.
- Make sure to stay at dotfiles root path when running any script
## Windows setup
### Requeriments
* PowerShell >= 5.1.*
### Installation
> **Installation including all targets**
```shell
$ .\scripts\setup.ps1 all
```
> **Installation of a specific target**
```shell
$ .\scripts\setup.ps1
```
> **List of all targets available**
```shell
$ .\scripts\setup.ps1 help
```
## Unix setup
Dotfiles (un)installation are managed by scripts located un [scripts](/scripts/) folder, you need to convert the script file you want to execute as Bash Script Executable file.
> **Installation**
* Linux OS / Termux: [install.sh](/scripts/install.sh)
> **Uninstallation**
* Linux OS / Termux: [uninstall.sh](/scripts/uninstall.sh)
You need to convert to Bash Script Executable file all scripts located in [scripts](/scripts/) folder, for this, type the following command:
```
$ chmod u+x ./scripts/*.sh
```
### Installation
```
$ ./scripts/install.sh
```
### Uninstallation
```
$ ./scripts/uninstall.sh
```