64 6F 74 66 69 6C 65 73
_ _ __ _ _
__| | ___ | |_ / _(_) | ___ ___
/ _` |/ _ \| __| |_| | |/ _ \/ __|
| (_| | (_) | |_| _| | | __/\__ \
\__,_|\___/ \__|_| |_|_|\___||___/
The dotfiles I use on a daily basis, managed with GNU Stow.
-
If you're using Arch Linux like me, just run
sudo pacman -S stow
or if you prefer,yay -S stow
.
Since this is a template repository, feel free to create your own dotfiles repository using this as a starter.
- Clone this repository (or your own if you used this as a template) in your home directory
git clone https://github.com/PrunedNeuron/.dotfiles.git
or if you want to use a different name for the dotfiles directory,
git clone https://github.com/PrunedNeuron/.dotfiles.git <directory-name>
- cd into the dotfiles directory
cd ~/.dotfiles
or
cd ~/<directory-name>
- Install the package/directory that you want (replace
home
withroot
if your desired package is in the root directory)
stow -d home -t $HOME -S <package-name>
For example, if you wanted to install the dotfiles for zsh
, run
stow -d home -t $HOME -S zsh
- Feel free to share your thoughts about this repository (on the discussions tab).
- I'm open to ideas, suggestions and critique
- If you see something wrong with my dotfiles, feel free to open an issue or participate in the discussion