Skip to content

erickvasm/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

66 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Dotfiles File

Restore your Dotfiles manually

  • Install git
  • Clone your dotfiles repository git clone [your repository of dotfiles] $HOME/.dotfiles
  • Go to your dotfiles folder cd $HOME/.dotfiles
  • Give execution permissions to the install script chmod +x install
  • Execute the install script ./install
  • Restart your terminal

Estructure of the dotfiles repository

β”œβ”€β”€ πŸ“ doc                 # Documentation of your dotfiles
β”œβ”€β”€ πŸ“ editors             # Settings of your editors (vim)
β”œβ”€β”€ πŸ“ git                 # git config
β”œβ”€β”€ πŸ“ langs               # Config for programming languages/libraries
β”œβ”€β”€ πŸ“ os                  # Specific config of your Operative System
β”œβ”€β”€ πŸ“ scripts             # Your custom scripts
β”œβ”€β”€ πŸ“ shell               # Bash/Zsh/Fish… configuration files
└── πŸ“ symlinks            # The config of your symlinks

Tools

The following tools are included in this repository:

  • exa: ls replacement
  • fzf: fuzzy finder
  • bat: cat replacement, only for macOS
  • programs
  • aliases
  • bash config
  • zsh config
  • A terminal theme
  • git config
  • nvim config
  • powershell config: by devaslife
  • scripts

NOTE: VSCode configurations are included so that they are versioned and if someone wants to have the same configuration. Although this is not necessary

Windows

For windows, you need to read the documentation in the folder doc/Windows.md

Preview of dotfiles

Bash config
Bash with starhip
Init.vim
LazzyVim config
PowerShell with Tacuya configs
PowerShell with Starchip
VScode configs

References

This repository is based on dotly