mirror of
https://github.com/JanJastrow/.dotfiles.git
synced 2024-11-23 10:59:57 +01:00
Compare commits
2 Commits
01c9afefb3
...
f81199c2ce
Author | SHA1 | Date | |
---|---|---|---|
f81199c2ce | |||
ac442761d7 |
@ -10,7 +10,7 @@ ln -s ~/.dotfiles/tmux/tmux.conf ~/.tmux.conf
|
|||||||
mkdir ~/.dotfiles/this-machine
|
mkdir ~/.dotfiles/this-machine
|
||||||
touch ~/.dotfiles/this-machine/zsh
|
touch ~/.dotfiles/this-machine/zsh
|
||||||
touch ~/.dotfiles/this-machine/tmux.conf
|
touch ~/.dotfiles/this-machine/tmux.conf
|
||||||
sudo chsh -s '$(which zsh)' "$USER"
|
sudo chsh -s "$(which zsh)" $USER
|
||||||
|
|
||||||
# If private repo is available, add ssh config + hosts
|
# If private repo is available, add ssh config + hosts
|
||||||
if [ -d "$HOME/.jan" ]; then
|
if [ -d "$HOME/.jan" ]; then
|
||||||
|
16
nanorc
16
nanorc
@ -1,13 +1,15 @@
|
|||||||
set autoindent
|
set autoindent # indent a newly created lines
|
||||||
set tabsize 4
|
set tabsize 4
|
||||||
|
|
||||||
set softwrap
|
set softwrap # wrap lines
|
||||||
set atblanks
|
set atblanks # wrap at empty positions (e.g. space, tabs)
|
||||||
|
|
||||||
set linenumbers
|
set linenumbers # show line numbers at the left side
|
||||||
set numbercolor #9d5,#111
|
set numbercolor #9d5,#111
|
||||||
|
|
||||||
|
set indicator # display a "scrollbar" on the right side
|
||||||
|
set scrollercolor #9d5,#111
|
||||||
|
|
||||||
set functioncolor #9d5,#111
|
set functioncolor #9d5,#111
|
||||||
set indicator
|
set mouse # enable mouse support
|
||||||
set mouse
|
set smarthome # 'Home' key position the cursor smarter
|
||||||
set smarthome
|
|
||||||
|
Loading…
Reference in New Issue
Block a user