My dotfiles and some other configs
Go to file
Tiago Garcia e0fba4c87a
Stow Config
Signed-off-by: TiagoRG <tiago.rgarcia@ua.pt>
2024-02-25 14:20:42 +00:00
.config/nvim Stow Config 2024-02-25 14:20:42 +00:00
.local/bin Removed gnome shell from setup 2024-02-23 23:50:59 +00:00
.vim Vim: OneDark 2024-02-24 16:35:15 +00:00
.zsh Stow Config 2024-02-25 14:20:42 +00:00
.clang-format 30/10 Update 2023-10-30 15:54:36 +00:00
.gitconfig Some changes 2023-12-29 15:52:19 +00:00
.gitignore Stow Config 2024-02-25 14:20:42 +00:00
.stow-local-ignore Stow Config 2024-02-25 14:20:42 +00:00
.vimrc Stow Config 2024-02-25 14:20:42 +00:00
.zshenv Vim Update 2024-02-24 21:04:19 +00:00
README.md Stow Config 2024-02-25 14:20:42 +00:00

README.md

Dotfiles

Repository with my dotfiles and some configurations

Requirements

For everything to work properly, the following packages must be installed.

Arch Linux

sudo pacman -S git stow vim neovim zsh clang

Installation

Clone the repo using one of the methods.

Using HTTPS

git clone https://github.com/TiagoRG/.dotfiles.git

Using SSH

git clone git@github.com:TiagoRG/.dotfiles.git

Using GitHub CLI

gh repo clone TiagoRG/.dotfiles

Setup stow's symlinks.

cd .dotfiles
stow .