lucaskobashi / .dotfiles

my personal dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

Welcome to my dotfiles page (:

After spending way too much time on the internet looking for ways to make my terminal look nice, I finally compiled what I have found to be the best *~ & prettiest ~* of 'em all. The bulk of the files are made to be compatible with macOS.

Content:

  • .aliases
  • .bashrc
  • .gitconfig
  • .gitignore
  • .Rprofile
  • .tmux.conf
  • .vimrc
  • .zshrc

Pre-conditions:

macOS Package Manager
Follow the tutorial on the link above if you haven't already.

brew install stow

Make sure there are no dotfiles in your home folder. Stow won't overwrite!

Follow the tutorial on the link above if you haven't already.
Automatic installation script also in .vimrc

brew install coreutils

Follow the tutorial on the link above if you haven't already.\

How to make this work?

  1. Clone the files to your computer
git clone https://github.com/lucaskobashi/.dotfiles.git
  1. Choose your weapon! 🔫
Manual ✈️
  • If you are on manual, you probably know what you're doing and don't need to read this tutorial.
  • Files are stored on ~/.dotfiles
  • Each file is under its respective folder
  • Use them as you wish (:
Automatic 🚀
  • If you're reading a .dotfiles page on github you probably know what you're doing
  • Please refere to manual section.
  • But if you're lazy, you can do the following:

ps: i am not responsible for anything you do on your side. make sure you understand what is going on before even trying.

zsh ~/.dotfiles/dotfiles.sh

The script will create the symlink using stow and remove any .DS_Store files that may have slipped in

Stow files

cd ~/.dotfiles
stow -vt ~

Acknowledgements

About

my personal dotfiles

License:GNU General Public License v3.0


Languages

Language:Shell 55.7%Language:Lua 44.3%