Skip to content

ashupednekar/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ashu's Dotfiles

This repository contains configuration files for various applications and tools commonly used on Linux and macOS systems.

Included Configurations

  • Alacritty: Configuration for the Alacritty terminal emulator.
  • i3: Configuration for the i3 window manager.
  • i3status: Configuration for the i3status bar.
  • Neovim: Configuration for the Neovim text editor.
  • Picom: Configuration for the Picom compositor.
  • Skhd: Configuration for the Skhd hotkey daemon.
  • Yabai: Configuration for the Yabai tiling window manager.

Installation

Linux

For Linux systems, you can clone this repository and symlink the individual configuration files to their respective locations in your home directory. For example:

git clone https://github.com/your-username/dotfiles.git ~/.dotfiles
ln -s ~/.dotfiles/alacritty ~/.config/alacritty
ln -s ~/.dotfiles/i3 ~/.config/i3
ln -s ~/.dotfiles/i3status ~/.config/i3status
# Repeat the above steps for other configurations as needed

macOS

For macOS systems, the process is similar. Clone the repository and symlink the configuration files to their appropriate locations:

git clone https://github.com/your-username/dotfiles.git ~/.dotfiles
ln -s ~/.dotfiles/alacritty ~/.config/alacritty
ln -s ~/.dotfiles/i3 ~/.config/i3
ln -s ~/.dotfiles/i3status ~/.config/i3status
# Repeat the above steps for other configurations as needed

:)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published