Skip to content

rodionmern/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

Download files

GNU/Linux

sudo apt update
sudo apt install git
git clone https://github.com/rodionmern/dotfiles.git

Windows/NT systems

winget install --id Git.Git -e --source winget 
git clone https://github.com/rodionmern/dotfiles.git

Macos

brew install git
git clone https://github.com/rodionmern/dotfiles.git

Scripts

To open sh files from this repository you can write this commands:

chmod -x <path_to_file>
bash <path_to_file>

Configs

To open configs you can use code editors (VSCode, Sublime Text 3) or cli editors, in example:

nvim <path_to_file>

or

nano <path_to_file>

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published