Skip to content

antoni/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

macOS

  1. Make sure "Allow user to administer this computer" in System Preferences → Users & Groups is checked for the current user Get Homebrew (it will install macOS Command Line Tools, like Git, as well):

    ```console
    /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
    ```
    
  2. Get the dotfiles:

    ssh-keyscan github.com >> ~/.ssh/known_hosts; git clone [email protected]:antoni/dotfiles.git ~/dotfiles
  3. Install:

    ~/dotfiles/mac/install.sh
    ~/dotfiles/symlink.sh
    ~/dotfiles/mac/defaults.sh # Configure the system

Useful links

Other dotfiles repositories

Ideas

rm -r /mnt/c/Users/vivob/wallpapers
cp -r ~/dotfiles/wallpapers /mnt/c/Users/vivob/wallpapers

ChatGPT prompts

Write this Bash command so that it uses only command flags with double hyphen (wherever possible):
<bash command goes here>
Add comment to the top of this Bash function:
<bash command goes here>



## Credits

- [ur0n2/dotfiles-for-windows](https://github.com/ur0n2/dotfiles-for-windows), where I have taken few scripts/aliases/ideas from