Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

💀 dotfiles! managed by GNU stow

NotificationsYou must be signed in to change notification settings

edbizarro/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A collection of my personal dotfiles. Here's a little preview of what it can look like:

Current desktop

gotop

Previous themes

Previous themes can be found onreddit andreleases page

Requirements

Optional

Cool fonts

Installation

Clone this repository:

git clone https://github.com/edbizarro/dotfiles.git ~/.dotfiles

UsingGNU Stow(recommended)

Install GNU Stow(if not already installed)

Mac:      brew install stowUbuntu:   apt-get install stowFedora:   yum install stowArch:     pacman -S stow

Then simply use stow to install the dotfiles you want to use Ex:

stow xresources

Or to install all my dotfiles config:

cd ~/.dotfiles && \  stow i3 && \  stow mopidy && \  stow cava && \  stow ncmpcpp && \  stow neofetch && \  stow stow && \  stow wal && \  stow git && \  stow ssh && \  stow tmux && \  stow picom && \  stow dunst && \  stow xresources && \  cd ~/.dotfiles/zsh && \  stow configs -t ~/

We may get some warning messages like the following one:

cd ~/Dotfilesstow gitWARNING! stowing git would cause conflicts:  * existing target is neither a link nor a directory: .gitconfigAll operations aborted.

Or

WARNING! stowing git would cause conflicts:  * existing target is not owned by stow: .gitconfigAll operations aborted.

This means that the file.gitconfig (or any other file name that appear in the warning) exists before the symlinking. We need tomanually change its name so GNU Stow can create the symlink. My recommendation isto rename it:

mv ~/.gitconfig ~/.gitconfig.old

[8]ページ先頭

©2009-2025 Movatter.jp