Skip to content

Personal dotfiles with some paths and functions I usually use

License

Notifications You must be signed in to change notification settings

homeomorfismo/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

Personal dotfiles for my MacOS and Linux systems.

Intended usage is to clone this repository and symlink the files to the home directory: this can be done with stow or manually.

Stow

Install stow with your package manager and link the files:

# sudo apt install stow
# sudo pacman -S stow
# brew install stow
stow -v -R -t "${HOME}" dotfiles

Manual (symlinks)

We can also symlink the files manually. Run the provided script:

./linkmyfiles
# ./removemylinks

Helix and Neovim

I prefer neo-vim instead of Vim, as the setting and some small search features are superior. Nothing you can't improve with plugins.

I also use Helix as it doesn't have a plugin system: forced minimalism.

Git

The .gitconfig is simple, but who doesn't like instant ramen?

  • Please, look git adog. It means all branches, decorate, one-line, graphic.
  • I implemented similar aliases: git dog, git dg...

TODOs

  • Check correctness for stow usage.
  • Check correctness for manual install.
  • Make a submodule for Nerdfonts...
  • Write recovery scripts for:
    • MacOS
    • Arch Linux (pacman and yay)
    • apt based distros

About

Personal dotfiles with some paths and functions I usually use

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published