1
0
Fork 0
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
 
 
Ir para arquivo
J. Fernando Sánchez fa7041ff8b added home-manager 3 meses atrás
Xsession setting up xiao 3 anos atrás
alacritty/.config/alacritty added home-manager 3 meses atrás
bash Fixed zprezto submodule 9 anos atrás
bspwm/.config/bspwm WM updates 8 anos atrás
dunst/.config/dunst setting up xiao 3 anos atrás
emacs/.emacs.d setting up xiao 3 anos atrás
firefox add home-manager 5 meses atrás
fish/.config/fish added home-manager 3 meses atrás
git multiple changes 3 anos atrás
homemanager/.config/home-manager added home-manager 3 meses atrás
i3 Add rofi themes and bluetooth menu 3 anos atrás
keep/.keep Add keep 5 anos atrás
kitty/.config/kitty added home-manager 3 meses atrás
lightdm/etc/lightdm New config 9 anos atrás
not_dots Batch of changes 4 anos atrás
nvim/.config/nvim Add fzf, nvim and alacritty 4 anos atrás
picom update compton -> picom 3 anos atrás
ranger/.config/ranger add home-manager 5 meses atrás
screenlayouts/.screenlayout multiple changes 3 anos atrás
scripts/.bin script to remove old snap packages 2 anos atrás
spacemacs setting up xiao 3 anos atrás
stalonetray New config 9 anos atrás
starship/.config add home-manager 5 meses atrás
sxhkd/.config/sxhkd New config 9 anos atrás
termite Batch of changes 4 anos atrás
tmux Batch of changes 4 anos atrás
urxvt/.terminfo/r Termite and URXVT terminfo 8 anos atrás
vim Add fzf, nvim and alacritty 4 anos atrás
vimperator Several changes 7 anos atrás
vscode/.config/Code - OSS/User Batch of changes 4 anos atrás
wezterm added home-manager 3 meses atrás
zsh setting up xiao 3 anos atrás
.dockerignore New config 9 anos atrás
.gitignore Makefile! 7 anos atrás
.gitmodules add default completion zsh zfz 4 anos atrás
Dockerfile Makefile! 7 anos atrás
Makefile Makefile! 7 anos atrás
README.md Makefile! 7 anos atrás

README.md

Balkian's dotfiles

Usage

Download

The Git Way:

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

The fast way:

curl -#L https://github.com/balkian/dotfiles/tarball/master | tar -xzv --strip-components 1 --exclude={README.md}

Quick install

make

Install

Each folder contains the configuration files for a specific program, as they would appear under "$HOME" (~). To install them, first initialize the submodules:

git submodule update --init --recursive

Then, you can use the GNU Stow utility to link the files to the appropriate folder:

stow <modules that you want to install>

Alternatively, you may simply copy the files to your $HOME folder.