All Projects → luisdavim → dotfiles

luisdavim / dotfiles

Licence: other
My dotfiles and some scripts to bootstrap new workstations

Programming Languages

shell
77523 projects
Vim Script
2826 projects
KakouneScript
24 projects
lua
6591 projects
python
139335 projects - #7 most used programming language
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to dotfiles

BashConfig
BASH configuration files.
Stars: ✭ 46 (+70.37%)
Mutual labels:  bashrc-configs, bash-alias
M Wiz
Install Metasploit And Repair Metasploit In Termux With Easy Steps
Stars: ✭ 148 (+448.15%)
Mutual labels:  backup, termux
dotfiles
Dotfiles for Neovim (0.7+), Fish shell, git, Kitty, tmux, and more.
Stars: ✭ 54 (+100%)
Mutual labels:  tmux-configs, vim-configuration
Master-Bomber
The ultimate bomber be it mail, SMS or call. Anonymous mail and SMS sending options are also available :)
Stars: ✭ 197 (+629.63%)
Mutual labels:  termux
termux-docker
Termux environment packaged as Docker image.
Stars: ✭ 284 (+951.85%)
Mutual labels:  termux
BabyMux
pentesting tool for noob hackers.Runs on linux and termux
Stars: ✭ 50 (+85.19%)
Mutual labels:  termux
backup-suite
Backup database, static files and config to AWS S3 with Cronjob
Stars: ✭ 32 (+18.52%)
Mutual labels:  backup
doppelganger
A tool to mirror GitHub repositories.
Stars: ✭ 14 (-48.15%)
Mutual labels:  backup
backup-docker
A simple command line tool to backup and restore docker containers along with their volumes
Stars: ✭ 58 (+114.81%)
Mutual labels:  backup
TERBR-TermuxBackupTool
Backup Termux and Restore with just one command. Choose a directory to save backup and easily find them.
Stars: ✭ 13 (-51.85%)
Mutual labels:  termux
dotfiles
shell, git, vim, tmux .etc dotfiles, managed via gnu stow
Stars: ✭ 20 (-25.93%)
Mutual labels:  tmux-configs
instagram json viewer
Transforms Instagram's *.json / backup data - that you get via the Data Download Tool - to a readable format!
Stars: ✭ 41 (+51.85%)
Mutual labels:  backup
stenc
SCSI Tape Encryption Manager - stenc (formerly on https://sourceforge.net/projects/stenc/)
Stars: ✭ 41 (+51.85%)
Mutual labels:  backup
calcardbackup
calcardbackup: moved to https://codeberg.org/BernieO/calcardbackup
Stars: ✭ 67 (+148.15%)
Mutual labels:  backup
awesome-storage
A curated list of storage open source tools. Backups, redundancy, sharing, distribution, encryption, etc.
Stars: ✭ 324 (+1100%)
Mutual labels:  backup
bacula-utils
A collect of tools to use with bacula
Stars: ✭ 36 (+33.33%)
Mutual labels:  backup
mmd-gitlab-backuper
a package to backup from all projects that you have on gitlab
Stars: ✭ 27 (+0%)
Mutual labels:  backup
TgaHacking
Social Media Hacking & Information Tool
Stars: ✭ 71 (+162.96%)
Mutual labels:  termux
docker-mongodb-backup
Docker MongoDB Backup Container based on Alpine w/S6 init, Zabbix Monitoring
Stars: ✭ 27 (+0%)
Mutual labels:  backup
PHP-Backuper
A framework which will help you to make (incremental) backups of your site.
Stars: ✭ 16 (-40.74%)
Mutual labels:  backup

Dotfiles

What's included

The install script

The install script supports macOS, Linux (Ubuntu) and Android (Termux) and will install my custom dotfiles but also some extra packages and fonts, you can select what to install by passing an argument to the install script:

./install all # to bootstrap a new workstation
./install dotfiles # will install the dotfiles only (.vimrc .bashrc etc...)
./install fonts # will install some powerline patched fonts
./install vimplugins # will install the vim plugins from the vimrc
./install atompackages # will install the atom plugins and configuration
./install packages # will install the packages listed in files/pkgs/apt.lst (or brew.lst and cask.lst if running on macOS)
./install i3 # will install and configure i3

To install on android use:

termux-fix-shebang install.sh; ./install.sh

NOTE: Before running the install script you should take a look at the config.sh file and edit it to your preferences

The backup script

The backup script can backup and restore your:

  • List of deb repos
  • Installed packages
  • Atom packages
  • Dotfiles

Usage examples:

./backup.sh dotfiles # Will backup your dotfiles, the ones managed by the install.sh script
./backup.sh atom # Will backup your atom configuration files and installed package list
./backup.sh repos # Will backup your deb package repos

For more information check out the other README files and the code

.
├── README.md
└── files
    ├── bash
    │   └── README.md
    ├── hammerspoon
    │   └── README.md
    └── i3
        └── README.md
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].